Inspect Reference Summary

High-Level Inspect Commands
Inspect Reference SUmmary
106101 Tandem Computers Incorporated 27
SELECT LANGUAGE The SELECT LANGUAGE command changes the current source language. The
current source language affects the acceptable syntax of language-dependent entities
such as code locations, data locations, and expressions.
SELECT LANGUAGE
language
language
: one of
C C++ COBOL COBOL85
FORTRAN Pascal SCOBOL TAL
SELECT PROGRAM The SELECT PROGRAM command selects a program from the program list as the
current program.
SELECT PROGRAM
program
[ CODE
code-file
] [ LIB
lib-file
]
program
: one of
program-number
program-name
cpu
,
pin
SELECT SEGMENT The SELECT SEGMENT command selects extended data segments in which extended
data addresses are to be resolved. In effect, this controls the extended data segment
viewed by Inspect.
SELECT SEGMENT[S] [
segment-id
]
SELECT SOURCE SYSTEM The SELECT SOURCE SYSTEM command directs Inspect to retrieve source files from
a specific system when the object file has moved but the source has not.
SELECT SOURCE SYSTEM [ \
system
]
SELECT SYSTYPE The SELECT SYSTYPE command allows you to change the current systype of Inspect.
SELECT SYSTYPE { GUARDIAN | OSS }