Debug Manual

Table Of Contents
Command Syntax Summary
Debug Manual421921-003
C-6
Set Execute Memory-Access Breakpoint
Set Execute Memory-Access Breakpoint
The value of access is one of the following:
R
RW
WR
W
The ALL option is allowed only in privileged mode.
C Command
CM Command
D Command
Display Variables
The length parameter has one of these two formats:
count
T entry-size * num-entries
The data-display-format parameter has this format:
{ B | B1 | C | B2 | S | B4 | L }
The output-dev parameter is described later in this appendix under Output-Device
Syntax on page C-9.
d-base has this format:
{ % | # | D | H | O }
BM address , access
{, ( command-string ) [, ALL ] }
{ [, ALL ] ( command-string ) }
C [ address ]
[ * | 0 ]
[ -1 ]
CM [ , ALL ]
D address [ , length ] [ , data-display-format ]
[ , [ OUT ] output-dev ] [ : d-base ]