Inspect Reference Summary
High-Level Inspect Commands
Inspect Reference SUmmary
106101 Tandem Computers Incorporated 9
ADD SOURCE ASSIGN The ADD SOURCE ASSIGN command adds a source assignment to the current
program's source assignment list. Source assignments enable you to inform Inspect of
changes in the names or locations of source files.
ADD SOURCE ASSIGN [ 
original-name
 , ] 
new-name
original-name
: one of
 [ \
system
. ] $
volume
 [ .
subvolume
 [ .
file
 ] ]
 [ \
system
. ] $
process
 [ .#
qual-1
 [ .
qual-2
 ] ]
 [ \
system
. ] 
cpu
, 
pin
 [ \
system
. ] $
volume
.#
number
 /
oss-pathname
 [/
oss-pathname
...]
new-name
:
 [\
system
.] $
volume
 [ .
subvolume
 [ .
file
 ] ]
 /
oss-pathname
 [/
oss-pathname
...]
ALIAS The ALIAS command adds a name or replacement string or displays aliases and
replacement strings for the current Inspect session.
ALIAS[ES] [ 
alias-name
 [ , [ = ] 
replacement string
 ] ]
replacement-string
: one of
 " [ 
character
 ]..." ]
 ' [ 
characte
r ]...' ]
BREAK The BREAK command allows you to display all breakpoints or set one or more
breakpoints in the current program.
BREAK [ 
breakpoint
 [ , 
breakpoint
 ]...]
breakpoint
:
brk-location
 [ 
brk-condition
 ]... [ 
brk-action
 ]...
brk-location
:
 { 
code-location
 } [ BACKUP ]
 { 
data-location
 }
 { [#] ABEND }
 { [#] STOP }
brk-condition
: one of
 EVERY 
integer
 IF 
expression










