Native Inspect Manual (H06.07+)
Syntax of Native Inspect Commands
Native Inspect Manual—528122-006
4-3
Categories of Native Inspect Commands
Process Control Commands
continue command
Continues the execution of the current process
finish command
Executes the current process until execution returns from the
currently selected frame
hold command
Suspends the current process so that you can perform
debugging operations
jump command
Resumes execution at the specified location
kill command
Terminates the current process
next command, nexti
command
Advances program execution by one or more statements but
steps over any function calls
step command, stepi
command
Advances program execution by one source statement or a
specified number of statements, stepping into any called
functions
until command
Continues execution of the current process until a specified
location is reached or until the current stack frame returns
Execution Control Commands
mh command
(modify handler)
Modifies signal handlers for a specified signal
ih command
(info handler)
Displays information about signal handlers
Breakpoint Commands
break command, tbreak
command
Sets an instruction breakpoint (temporarily, in the case of
tbreak) at a specified line, function, or address
catch command
Sets a logical breakpoint on a specified event
commands command
Specifies commands that Native Inspect is to execute when a
specified breakpoint is hit
condition command
Specifies a conditional expression that Native Inspect is to
evaluate when a specific breakpoint is hit
delete command
Deletes instruction breakpoints
disable command
Disables specified breakpoints
dmab command
Deletes a memory access breakpoint (MAB)
enable command
Enables breakpoints that have been disabled
ignore command
Sets the number of breakpoint hits you want Native Inspect to
ignore before reporting a specified breakpoint
mab command
Sets a memory access breakpoint (MAB)
Table 4-1. Commands of Native Inspect (page 3 of 5)
Group Name and
Command Name Function










