ddisable
Temporarily disables action points
Format:
Disables some action points
ddisable action-point-list
Disables all action points
ddisable -a
Arguments:
action-point-list
A list of the action points being disabled.
-a
Tells TotalView to disable all action points.
Description:
The ddisable command temporarily deactivates action points. This command does not, however, delete them.
The first form of this command lets you explicitly name the IDs of the action points being disabled. The second form lets you disable all action points.
Command alias:
You may find the following alias useful:
Alias |
Definition |
Meaning |
di |
{ddisable} |
Temporarily disables action points |
Examples:
ddisable 3 7
Disables the action points whose IDs are 3 and 7.
di -a
Disables all action points in the current focus.
dfocus {p1 p2 p3 p4} ddisable -a
Disables action points associated with processes 1 through 4. Action points associated with other processes are not affected.