Native Inspect Manual (H06.13+, J06.03+)
• disable (see disable Command (page 75)).
• info with the breakpoints option (see info Command (page 86)).
To display a list of current catch events, use the info command (see info Command (page 86))
with the breakpoints option.
Managing a Stopping Process (STOP and ABEND Events)
When a process triggers a STOP or ABEND event, the process is in a stopping state. You can
examine a process that is in a stopping state, but the process cannot execute any further. Execution
control commands are disabled when a process is suspended at a STOP or ABEND event. You can
use the save command to create a snapshot of a stopping process. See save Command (page 109).
You can switch a stopping process to another debugger by using the switch command. The
process is eventually given back to the original instance of Native Inspect, and the process will
still be in the stopping state. See switch Command (page 119).
After you examine a stopping process, you must use the continue, detach, or kill command
to disassociate the process from Native Inspect and allow the process to terminate.
cd Command
Changes the current working directory to the specified pathname.
Alias: volume.
cd pathname
Where:
pathname
The OSS or Guardian absolute or relative pathname of the new current working directory.
Example
• To specify that the current working directory (Guardian environment) is mysubvol on the
$DATA5 disk volume:
(eInspect 1,325):cd $data5.mysubvol
• To specify that the current working directory (OSS environment) is /usr/mysrc:
(eInspect 1,1032):cd /usr/mysrc
commands Command
Sets the commands to be executed when a breakpoint or catch is hit. Enter the commands starting
on the next line.
commands [breakpoint-number]
Where:
breakpoint-number
The number of the breakpoint, catch event, or MAB for which the specified expression is to be
evaluated.
Example
To define breakpoint actions:
(eInspect 1,329): commands 1
Type commands for when breakpoint 1 is hit, one per line.
End with a line saying just "end".
>print PCB
>end
70 Native Inspect Command Syntax










