Native Inspect Manual (H06.03+)

Table Of Contents
Syntax of Native Inspect Commands
Native Inspect Manual528122-003
3-3
Categories of Native Inspect Commands
Process Control Commands
continue command
Continues the execution of a debugging target
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 on the process
jump command
Resumes execution at the specified location
kill command
Terminates the current process
next command, nexti
command
Advances program execution but steps over any function
calls within the step range
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
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)
Memory and Register Commands
a command
Displays memory in ASCII format
d command
Displays memory in a specified format
Table 3-1. Commands of Native Inspect (page 3 of 5)
Group Name and
Command Name Function