Inspect Reference Summary

Low-Level Inspect Commands
Inspect Reference Summary
106101 Tandem Computers Incorporated 39
M The M command allows changes to data locations or registers in the current program.
M {
register
|
data-address
} [ ,
expr
]...
register
: one of
P E L S
R0 R1 R2 R3 R4 R5 R6 R7
RA RB RC RD RE RF RG RH
P The P command suppresses Inspect prompts until a debug event occurs in any
program under the control of Inspect, or until the specified pause time (measured in
centiseconds) has expired.
P
expr
R The R command reactivates a suspended program.
R
S STOP terminates the current program and removes it from the program list.
S
T The T command displays the call history for the current program location.
T [
data-address
]
VQ The VQ command changes the segment ID for the current extended data segment (as
viewed by Inspect).
VQ
segment-id
= The = command computes and displays the value of an expression.
=
expr
[ :
display-type
]
display-type
: one of
A B D H O X #
C E I
UC [ .
space-id
]
UL [ .
space-id
]
? The ? command displays the segment ID for the current extended data segment (as
viewed by Inspect).
?