Native Inspect Manual (H06.03+)

Table Of Contents
Syntax of Native Inspect Commands
Native Inspect Manual528122-003
3-39
info command
locals
prints the values of local variables of the currently selected stack frame.
process
prints information about the process being debugged, which includes
displaying the object file and any DLLs in use, along with their timestamps.
program
prints execution status of the program being debugged.
registers
lists all integer registers and their contents.
scope linespec
displays information about the local variables and argument variables for the
specified scope.
sessions
prints information about all processes being debugged by the current Native
Inspect process.
set
shows all settings of Native Inspect; this is equivalent to the show command.
signals signal-number
displays the response that Native Inspect gives when the current program
receives the specified signal.
source
prints information about the current source file.
stack
prints a backtrace of the stack, like the bt command.
symbol native-address
describes what symbol is at the specified address.
symbol-files
prints the names of all the symbol files visible to the current process, including
both per-process and global symbol files.