Process Menu Commands
The following commands appear on the Process pulldown:
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