Native Inspect Manual (H06.13+, J06.03+)
Table 11 Native Inspect Command Functions (continued)
FunctionGroup Name and Command Name
Sets a logical breakpoint on a specified event.catch Command
Specifies commands that Native Inspect is to execute when a specified breakpoint
is hit.
commands Command
Specifies a conditional expression that Native Inspect is to evaluate when a
specific breakpoint is hit.
condition Command
Deletes code breakpoints.delete Command
Disables specified breakpoints.disable Command
Deletes a memory access breakpoint (MAB).dmab Command
Enables breakpoints that have been disabled.enable Command
Sets the number of breakpoint hits you want Native Inspect to ignore before
reporting a specified breakpoint.
ignore Command
Sets a memory access breakpoint (MAB).mab Command
Display and Modify Commands
Displays memory in ASCII format.a (an) Command
Displays memory in a specified format.dn Command
Displays a range of memory as instructions.disassemble (da) Command
Deletes an expression from the automatic display list.delete display Command
Disables automatic display items.disable display Command
Adds an expression to the automatic display list.display Command
Enables automatic display items that have been disabled.enable display Command
Displays environment information about a process.env Command
Searches for a value (finds a number) in the virtual address space of the current
process.
fn Command
Displays memory as instructions.in Command
Changes the content of memory.modify (mn) Command,
info Command with the registers
option
Displays the value of a specified expression without saving it to the value history
list.
output Command
Evaluates and displays the value of a specified expression, saving the result on
the value history list.
print Command
Displays registers.reg Command
Evaluates an expression and assigns the resulting value to a variable.set Command (variable)
Examines memory at a specified address.x Command
Stack Commands
Prints a backtrace of all the stack frames.bt (tn) Command,
tn (bt) Command
Selects the stack frame that is called by the currently selected stack frame.down (down-silently) Command
Selects a specified stack frame.frame (select-frame) Command
Displays information about frames and registers.info Command with frame option
58 Native Inspect Command Syntax










