Native Inspect Manual (H06.03+)

Table Of Contents
Syntax of Native Inspect Commands
Native Inspect Manual528122-003
3-38
info command
architecture
lists supported target architecture.
args
lists argument variables of the currently selected stack frame.
breakpoints
lists information about all user-defined breakpoints, including per-process
breakpoints in addition to global breakpoints.
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.
functions [ regular-expression ]
prints all function names or those matching the specified regular expression.
handle [ signal-number ]
displays the response that Native Inspect gives when the current program
receives various signals.
line linespec
displays the starting and ending addresses of the code corresponding to the
specified source line.