Native Inspect Manual (H06.04+)

Syntax of Native Inspect Commands
Native Inspect Manual528122-005
4-73
symbol command or symbol-file command
After you enter a switch command, Native Inspect suspends command prompting until
one of the following happens:
The process is transferred back to Native Inspect.
You press the Break key.
The process terminates.
Native Inspect continues to maintain the associated state for the process until the
process terminates or is transferred back to Native Inspect.
Breakpoint attributes are not passed between debuggers. For more information, see
Switching Debuggers (To or From Inspect and Visual Inspect) on page 1-22.
symbol command or 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.
Entered with no symbol-file name, prompts you before deleting all symbol files with
per-process scope associated with the current process.
Entered with only the -g option, prompts you before deleting all global symbol files
associated with the current process.
Related Commands
To delete symbols data for a specific file, use the unload-symbol-file command.
To load a symbol file at a specific address, use the add-symbol-file command.
To list the symbol files currently loaded, use the info command with the symbol-
files option.
For more information, see Loading Symbols Information (If Necessary)
on page 2-3.
-g
loads a symbol file that has global scope. Symbols are visible to all processes
being debugged.
Entered without the -g option, loads a symbol file that has per-process scope.
Symbols are visible only to the current process.
If there is no current process, the added symbol file has global scope by default,
and the -g option is optional.
You can add the same file with per-process scope and global scope.
symbol[-file][-g] [-readnow] filename