Datatrace Control Commands
Table I-15. Datatrace Control Commands
-----------------------------------------------------------------------------------------------
| | | |
| Cmd | Syntax | Description |
| | | |
-----------------------------------------------------------------------------------------------
| | | |
| ndt | | Creates a datatrace for the |
| | { ndt } item [ { command-list}[ silent]] | specified variable (item). You |
| | { datatrace} | can enclose the command list in |
| | | braces to separate it from other |
| | | commands on the same line. |
| | | |
-----------------------------------------------------------------------------------------------
| | | |
| adt | | Activates the datatrace having |
| | { adt } [ number] | the number (ID) that you enter. |
| | { activate datatrace} [ * ] | Using the * option causes all |
| | | datatraces to be activated. |
| | | Overall datatrace mode is |
| | | activated if the last suspended |
| | | data trace is activated. |
| | | |
-----------------------------------------------------------------------------------------------
| | | |
| ddt | | Deletes the datatrace having the |
| | { ddt } [ number] | number (ID) that you enter. |
| | { delete datatrace} [ * ] | Using the * option causes all |
| | | datatraces to be deleted. |
| | | |
-----------------------------------------------------------------------------------------------
| | | |
| ldt | | Lists the number, the state |
| | { ldt } | (active or suspended) and the |
| | { list datatraces} | command list for each datatrace, |
| | | as well as the overall datatrace |
| | | state (active or suspended). |
| | | |
-----------------------------------------------------------------------------------------------
| | | |
| sdt | | Suspends the datatrace having |
| | { sdt } [ number] | the number that you enter. |
| | { suspend datatrace} [ * ] | Using the * option causes all |
| | | datatraces to be suspended. |
| | | Overall datatrace mode is |
| | | suspended if the last active |
| | | datatrace is suspended. |
| | | |
-----------------------------------------------------------------------------------------------
| | | |
| tdt | | Toggles the overall datatrace |
| | { tdt } | state between active and |
| | { toggle datatraces} | suspended. |
| | | |
-----------------------------------------------------------------------------------------------
| | | |
| x | | Causes program execution to stop |
| | { x } [ expr] | as if a breakpoint has been |
| | { exit} | reached. If the expression |
| | | (expr) is not given or it |
| | | evaluates to zero, the debugger |
| | | returns to command mode, |
| | | ignoring any remaining commands |
| | | in the datatrace command list. |
| | | If expr evaluates to non-zero, |
| | | any remaining commands in the |
| | | command list are executed. |
| | | |
-----------------------------------------------------------------------------------------------