Displays the action points at source-loc. See
dbreak for the details on the form of
source-loc.
The dactions command displays information about action points in the processes in the current focus. If you do not indicate a focus, the default focus is at the process level. The information is printed; it is not returned.
To get the action point identifier, just enter dactions with no arguments. You need this identifier to delete, enable, and disable action points.
You cannot use the dactions command when you are debugging a core file or before TotalView loads executables.
The -save option writes action point information to a file so that either you or TotalView can restore your action points later. The
-load option immediately reads the saved file. Using the
filename argument with either option writes to or reads from this file. If you do not use this argument, TotalView names the file
program_name.TVD.v3breakpoints (where
program_name is the name of your program), and writes it to the directory in which your program resides.
Entering dactions reports on only the top-level action point associated with this action point number:
Entering dactions n reports on all action point instances (the address block) associated with this action point number:
Using -enabled_blocks reports on only enabled action point instances (the address block) associated with this action point number:
Using -disabled_blocks reports on only disabled action point instances (the address block) associated with this action point number: