Debug Manual

Table Of Contents
Debug Commands
Debug Manual421921-003
4-33
CM Command
CM Command
The CM command clears the memory-access breakpoint for the process being
debugged. The form of the CM command is:
ALL
clears the memory-access breakpoint with the ALL option specified. You can
specify ALL only if you are debugging in privileged mode as described under the
PRV command.
Example
106,01,00012-CM
D Command
The D command displays numeric data. The default format is octal, but the format can
be specified by the mode option or by the BASE command.
address
is the address of the first variable to be displayed. For more information, see
Address Syntax on page 3-12.
length
specifies the number of words to be displayed by Debug and must be one of the
following:
count
is an expression designating the number of 16-bit words to be displayed.
T entry-size * num-entries
specifies that the display is to be in table format. The entry-size * num-
entries parameter is an expression specifying the number of 16-bit words to
be displayed. The display consists of num-entries blocks, each block
consisting of entry-size words.
If you omit length, one 16-bit word is displayed.
CM [ , ALL ]
D address [ , length ] [ , data-display-format ]
[ , [ OUT ] output-dev ] [ : d-base ]