Native Inspect Manual (H06.03+)

Table Of Contents
Syntax of Native Inspect Commands
Native Inspect Manual528122-003
3-11
amap command
If there is no current process, the added symbol file has global scope, and the -g
option is optional.
-readnow
expands the symbol table immediately rather than incrementally as needed.
filename
is the Guardian name of the TNS/E native code file (with file code 800) that Native
Inspect is to open and from which Native Inspect will load symbols.
address
(optional for DLLs only) is the load address relative to which symbols should be
rebased. See Debugging DLLs on page 1-19 for more information.
The add-symbol-file command prompts you before reading in the loadfile’s symbols
regardless of whether you include an address argument. The prompt displays the
address at which Native Inspect will base the symbols. If you reply No, the command
is aborted. If you reply Yes, the symbols are read in.
amap command
Displays attributes associated with a specified address.
Examples
(eInspect 4,1010): amap 0x8000290
pcKind = 19
(eInspect 4,1010): amap 0x70000000
pcKind = 8 ReadOnly Code ElfText PrivToWrite
attach command
Associates Native Inspect with a specified process executing in the same CPU as the
Native Inspect process. The attach command enables you to debug a running process
using Native Inspect.
amap address
attach pin