Process > Go
Starts or continues the current process. This command starts all threads in the process, not just the current thread.
Contrast the action performed by this command with the thread and group version:
*The group version runs all processes in the control group containing the thread of interest.
*The thread version runs only the thread of interest; the other threads in the process remain stopped during the step.
For more information on processes and threads and their behavior while being stepped, see “Group, Process, and Thread Control” in the “Classic TotalView User Guide”.
related topics
Group > Go Command
Thread > Go Command