dhalt
Suspends execution of processes
Format:
dhalt
Description:
The dhalt command stops all processes and threads in the current focus. The command has no arguments.
Command alias:
You may find the following aliases useful:
Alias |
Definition |
Meaning |
h |
{dhalt} |
Suspends execution |
H |
{dfocus g dhalt} |
Group stop |
Examples:
dhalt
Suspends execution of all running threads belonging to processes in the current focus. (Threads that are held at barriers are not affected.)
f t 1.1 h
Suspends execution of thread 1 in process 1. Note the difference between this command and f 1.< dhalt. If the focus is set as thread level, this command will halt the first user thread, which is probably thread 1.