Inspect Manual

High-Level Inspect Commands
Inspect Manual429164-006
6-177
Usage Considerations
Usage Considerations
When Inspect Uses the Location Format
Inspect uses the location format whenever it displays a code location.
Consequently, the location format affects the information provided by such
commands as:
BREAK ICODE LIST BREAKPOINT
LIST PROGRAM SOURCE SET STATUS LINE25
SET STATUS SCROLL TRACE
Code Locations in Scope Units without Symbols
When Inspect displays a code location in a scope unit that does not have symbols,
it cannot provide the scope path, line number, or statement number. For code
locations without symbols, Inspect displays the name of the code block containing
the location, followed by the octal instruction offset of the location from the block's
base, regardless of the LOCATION FORMAT.
SET PRIV MODE
The SET PRIV MODE command enables you to perform operations requiring
privileged system access. The SET PRIV MODE command is valid only if the user ID
of the Inspect process is 255,255.
ON
enables privileged debugging.
OFF
disables privileged debugging.
Usage Consideration
The SET PRIV MODE command provides an extra level of safety by requiring the user
to be logged on as the super ID and having the SET PRIV MODE command set
properly.
Related Command
SHOW with PRIV MODE option
SET PRIV MODE [=] ON | OFF