Native Inspect Manual (H06.03+)

Table Of Contents
Syntax of Native Inspect Commands
Native Inspect Manual528122-003
3-10
# command
The /format options are used in the examine (x command), print command, and
output command. The print and output commands do not accept the format
specifications i and s, any size letter, or a repeat count of more than 1.
# 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
Opens a TNS/E native code file (with file code 800) for building internal symbol tables.
The new symbol table 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, 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.
a native-address [ count ]
add-symbol-file [-g] [-readnow] filename [address]