Native Inspect Manual (H06.07+)

Syntax of Native Inspect Commands
Native Inspect Manual528122-006
4-39
info command
attribute
is one of:
address symbolic-name
describes where the specified symbol is stored.
all-registers
lists all registers and their contents for the currently selected frame. Listing
includes floating-point registers.
architecture
lists information about the target architecture.
args
lists argument variables of the currently selected stack frame.
breakpoints
lists information about all user-defined breakpoints, including per-process
breakpoints, global breakpoints, and catch events.
copying
lists the conditions for redistributing copies of Native Inspect.
display
lists the expressions on the automatic display list, which are displayed when
the program being debugged stops.
dll
prints information about each loadfile (program file and DLL) associated with
the current process. The listing includes the loadfile name, its preferred load
address, and its actual address.
files
prints names of targets and files being debugged.
frame [ frame-number ]
prints information about the current or the specified stack frame. To display
frame numbers, use the bt command (bt, tn). The frame at which execution is
currently halted is numbered 0, and frame numbers continue consecutively to
the base frame, from which execution began.