Inspect Reference Summary

High-Level Inspect Commands
Inspect Reference Summary
26 106101 Tandem Computers Incorporated
SAVE The SAVE command creates a save file of the current program, including its extended
segments and registers. For accelerated programs, this included the current
instruction set being executed, and TNS/R machine registers. Note that the SAVE
command is invalid for PATHWAY requestor programs.
SAVE
filename
[ ! ]
SCOPE The SCOPE command changes or displays the current scope path.
SCOPE [
scope-spec
]
scope-spec
: one of
scope-number
scope-path
[ (
instance
) ]
#
data-block
##
GLOBAL
SELECT The SELECT command selects the current language, the current program, or the
current source system
SELECT
select-option
select-option
: one of
DEBUGGER DEBUG
SEGMENT [
segment id
]
LANGUAGE
language
PROGRAM
program
[ CODE
file-name
] [ LIB
file-name
]
SOURCE SYSTEM [ \
system
]
SYSTYPE { GUARDIAN | OSS }
language
: one of
C C++ COBOL COBOL85
FORTRAN Pascal SCOBOL TAL
program
: one of
program-number
program-name
cpu
,
pin
SELECT DEBUGGER
DEBUG
The SELECT DEBUGGER DEBUG command allows you to invoke Debug on the
current TNS or TNS/R program. You interact with Debug until issuing the Debug
command “INSPECT”, which returns control of the program to Inspect.
SELECT DEBUGGER DEBUG