Inspect Reference Summary

Low-Level Inspect Commands
106101 Tandem Computers Incorporated 37
Low-level Inspect supports all high-level commands except:
BREAK CLEAR DISPLAY MODIFY SCOPE
The following low-level Inspect command parameters are described after the low-level
commands themselves:
address
code-address
data-address
expr
A The A command displays data and registers in ASCII.
A
address
[ , {
count
|
T entry-size*entry-count
} ]
count
:
expr
B The B command sets a code breakpoint in the current program or display the list of
breakpoints in the current program.
B [
code-address
[ ,
data-address
test-op
expr
] ]
test-op
: one of
= < > <> ?
BM The BM command sets a memory-access (data) breakpoint in the current program.
BM
address
,
type
[ ,
data-address
test-op
expr
]
test-op
: one of
= < > <> ?
type
: one of
R W RW
C The C command clears a code breakpoint.
C [
code-address
]
CM The CM command clears a memory-access (data) breakpoint.
CM