Native Inspect Manual (H06.07+)
Syntax of Native Inspect Commands
Native Inspect Manual—528122-006
4-31
env command
env command
Displays information about the environment of the current process, including register
values; segment numbers for data space, code space and user stack; and user
segment information.
Native Inspect also displays the current input and output base, whether logging is
currently on or off, and the number of lines in a page (show height).
For process debugging, the terminal name and the priv mode (show priv) are also
displayed.
eq command
A Debug-compatible Tcl command that evaluates an expression and displays the result
in octal, decimal, hexadecimal, and ASCII.
expression
is an expression used in the current process.
exit command
An alias for the quit command; closes the current Native Inspect session but leaves the
current process running.
If you enter the quit or exit command when breakpoints are set in the process or when
the process is suspended, Native Inspect issues a warning and gives you the option of
continuing or aborting the operation.
env
eq expression










