dkill
Terminates execution of processes
Format:
dkill
Description:
The dkill command terminates all processes in the current focus.
This command has no arguments.
Because the executables associated with the defined processes are still "loaded," typing the drun command restarts the processes.
The dkill command alters program state by terminating all processes in the affected set. In addition, TotalView destroys any spawned processes when the process that created them is killed. The drun command can only restart the initial process.
Command alias:
You may find the following aliases useful:
Alias |
Definition |
Meaning |
k |
{dkill} |
Terminates a process's execution |
Examples:
dkill
Terminates all threads belonging to processes in the current focus.
dfocus {p1 p3} dkill
Terminates all threads belonging to processes 1 and 3.