Process > Workers > Run To
Continues all worker threads within a process that are in the thread of interest's lockstep group until execution control reaches the selected source line or instruction.
Before using this command, you must select a line in the Source Pane. You can also select and run to a line in a another stack frame, in which case the operation does not complete until the thread reaches the selected line. If you are running to a line in another stack frame, TotalView will change the stack display because execution has moved to a different.
Note: Be careful to distinguish between this command and Out. The difference is that "Run To" requires you to select a target line. "Out" either takes you out of the current routine or to a selected target routine.
While the workers group's threads are being run to the selected source line or instruction, the entire process is also allowed to run. The operation completes when the threads being stepped finish stepping or another thread hits a breakpoint.
For related information, see the Process > Go.
For more information on processes and threads and their behavior while being stepped, see Chapter 3 of the "Command Line Interface Guide" or select CLI Guide from the Help Menu.