Native Inspect Manual (H06.13+, J06.03+)
Table 11 Native Inspect Command Functions (continued)
FunctionGroup Name and Command Name
Defines mapping rules between the source file names at compilation time and at
debug time.
map-source-name (map) Command
Prints the current working directory.pwd Command
Ends the Native Inspect session.quit (exit) Command,
exit (quit) Command
Sets environment settings for Native Inspect.set Command (environment)
Displays environment settings for Native Inspect.show Command
Reads commands from a file.source Command
Displays the version of Native Inspect and Tcl.version Option
Prints file, function, and line information for the specified (text or data) symbol.which Command
Session Control Commands
Associates Native Inspect with the specified process.attach Command
Disassociates Native Inspect from the current process or from a specified process.detach Command
Controls the privilege level of the working session (super ID user only).priv Command
Transfers the current process to Visual Inspect or to Inspect.switch Command
Changes the process designated as the current process.vector Command
Waits for the next Debug event or for a Break key event.wait Command
Snapshot Commands
Creates a snapshot file (also known as a save or saveabend file) of the current
TNS/E or TNS emulated process.
save Command
Opens a TNS/E native process snapshot file for analysis.snapshot Command
Process Control Commands
Continues the execution of the current process.continue Command
Executes the current process until execution returns from the currently selected
frame.
finish Command
Suspends the current process so that you can perform debugging operations.hold Command
Resumes execution at the specified location.jump Command
Terminates the current process.kill Command
Advances program execution by one or more statements but steps over any
function calls.
next (nexti) Command
Advances program execution by one or more statements, stepping into any called
functions.
step (stepi) Command
Continues execution of the current process until a specified location is reached
or until the current stack frame returns.
until Command
Execution Control Commands
Modifies signal handlers for a specified signal.mh Command (modify handler)
Displays information about signal handlers.ih Command (info handler)
Breakpoint Commands
Sets a code breakpoint (temporarily, in the case of tbreak) at a specified line,
function, or address.
break (tbreak) Command
Categories of Native Inspect Commands 57










