TotalView Online Help : Process Window : Process Menu Commands
Process Menu Commands
The following commands appear on the Process pulldown:
*Process > Go
*Process > Halt
*Process > Next
*Process > Step
*Process > Out
*Process > Run To
*Process > Next Instruction
*Process > Step Instruction
*Process > Hold
*Process > Hold Threads
*Process > Release Threads
*Process > Create
*Process > Detach
*Process > Startup Parameters
All commands in this group operate on the current process. If the command causes stepping to occur, the stepping is focused on the control group of the thread of interest. A control group includes children that were forked (processes that share the same source code as the parent) and children that were forked but which subsequently called execve(). That is, a control group includes the children of the created processes that do not share the same source code as the parent.
Within the CLI, this is equivalent to executing a command having a focus of pC.

Related Topics