Native Inspect Manual (H06.07+)

Syntax of Native Inspect Commands
Native Inspect Manual528122-006
4-14
base command
pin
is the process ID (process number) of the process you want to attach. This process
must be running in the same CPU as Native Inspect. To attach to a running OSS
process, you must use its Guardian process ID.
The attach command issues a PROCESS_DEBUG_ request for the specified process,
and Native Inspect then waits for the next debugging event. (When privileged
debugging is enabled, the attach command specifies the DEBUGNOW option.)
Then when the process enters debug, Native Inspect receives the debugging event,
creates a session for the process (adding the process to the set of processes being
debugged), and makes the process the current process.
Note that if a debugging event occurs for another process when Native Inspect is
waiting (that is, between the time you enter the attach command and when the
specified process enters debug), that other process then becomes the current process.
Example
See Example of Using Multiple Instances of Native Inspect on page 1-15.
base command
A Debug-compatible Tcl command that sets the default base for numeric input and
output.
The base command is an alias for the set command (environment) with the radix,
input-radix, and output-radix options.
input
sets the base used for numeric input.
output
sets the base used for numeric output.
HEX
sets the base in hexadecimal.
OCT
sets the base in octal.
DEC
sets the base in decimal.
base { input | output } { HEX | OCT | DEC }