Native Inspect Manual (H06.04+)
Syntax of Native Inspect Commands
Native Inspect Manual—528122-005
4-76
tn command
To obtain the address of the ucontext buffer and then trace the stack relative to the
ucontext buffer:
tn command
Prints a backtrace of the stack frames.
Alias: bt, bt command
unload-symbol-file command
Unloads all symbol data associated with a specified loadfile name.
•
Entered with no arguments, prompts you before unloading all symbol data having a
per-process scope associated with the current process.
•
Entered with only the -g option, prompts you before unloading all symbol files
having global scope.
Related Command: symbol command or symbol-file command, add-symbol-file
command
-g
unloads a symbol file with global scope.
symbol-file-name
is the name of a loadfile whose symbol information you want unloaded.
(eInspect 1,1028):info locals
ucp = (ucontext_t *) 0x6fffede0
(eInspect 1,1028):tu 0x6fffede0
#0 0x70000cd0:0 in func3 (p=1879043416, q=0, r=134222120)
at \SIERRA.$OS.VIVTEST.STEST12:21.030
#1 0x70000e50:0 in func2 (p=5, q=10) at
\SIERRA.$OS.VIVTEST.STEST12:21.060
#2 0x70000fa0:0 in func1 (p=5) at \SIERRA.$OS.VIVTEST.STEST12:21.1
#3 0x700012d0:0 in main (argc=1, argv=0x8003010)
at \SIERRA.$OS.VIVTEST.STEST12:33.1
#4 0x70001a20:0 in _MAIN () at \SPEEDY.$DATA06.T8432H01.CPLMAINC:68
tn
unload-symbol-file [ -g ] symbol-file-name










