Native Inspect Manual (H06.07+)
Syntax of Native Inspect Commands
Native Inspect Manual—528122-006
4-36
hold command
Examples
To display help:
To display help for the symbol command or symbol-file command:
hold command
Suspends the current process (if it is executing) so that you can perform debugging
operations on the process.
The hold command issues a PROCESS_DEBUG_ request on the current process.
After the current process is in the Hold state, Native Inspect redisplays its command
prompt.
i command
Displays instructions at the specified location. The i command is Debug-compatible.
Alias: in
(eInspect 3,-2): help
List of classes of commands:
aliases -- Aliases of other commands
breakpoints -- Making program stop at certain points
data -- Examining data
filecmd -- Specifying and examining files
internals -- Maintenance commands
obscure -- Obscure features
running -- Running the program
stack -- Examining the stack
status -- Status inquiries
support -- Support facilities
tracepoints -- Tracing of program execution without stopping the program
user-defined -- User-defined commands
Type "help" followed by a class name for a list of commands in that class.
Type "help" followed by command name for full documentation.
Type "tcl" followed by command name for Tcl commands (e.g., "tcl help").
Command name abbreviations are allowed if unambiguous.
(eInspect 3,-2): help symbol
Load symbol table from executable file FILE.
The `file' command can also load symbol tables, as well as setting the
file to execute.
hold
i { { native-address [ count ] } | function-name }










