Native Inspect Manual (H06.04+)
Syntax of Native Inspect Commands
Native Inspect Manual—528122-005
4-11
# command
# command
An alias for the comment command, used to embed a comment in a Native Inspect
command line.
a command
A Debug-compatible Tcl command that displays memory in ASCII format.
Alias: an
native-address
is the address in memory that you want to display in ASCII.
count
is the amount of memory to display. The default value is one byte.
add-symbol-file command
Reads debugging symbols from the specified loadfile (file code 800). This command
enables you to optionally specify the base address relative to which symbol addresses
are computed. The new symbol data is added to the existing data. For more
information, see Loading Symbols Information (If Necessary) on page 2-3.
Related Commands
The symbol command or symbol-file command allows you to load a symbol file, but
does not allow you to specify the address at which to load symbol.
-g
loads a symbol file with global scope so that symbols are visible to all processes
being debugged.
Entered without the -g option, loads a symbol file with per-process scope so that
symbols are visible only to the current process.
If there is no current process, the added symbol file has global scope, and the -g
option is optional.
a native-address [ count ]
add-symbol-file [-g] [-readnow] filename [address]










