Native Inspect Manual (H06.07+)

Syntax of Native Inspect Commands
Native Inspect Manual528122-006
4-41
info command
source
prints information about the current source file.
stack
prints a backtrace of the stack, like the bt command.
symbol native-address
describes what symbol is at the specified address.
symbol-files
prints the names of all the symbol files visible to the current process, including
both per-process and global symbol files.
target
prints information about the target being debugged.
types [ regular-expression ]
prints all type names, or those matching the specified expression.
variables [ regular-expression ]
prints all global and static variable names, or those matching the specified
expression.
warranty
prints the various types of warranty that Native Inspect users do not have.
Examples
To display frame information:
To display the values of all local variables:
(eInspect 2,676): info frame
Stack level 0, frame at 0x6ffffe50:
ip = 0x70002300:0 in pcbDataStructs_initialize
(\SIERRA.$YOSE1.SYMBAT1.SCXXTST:340); saved ip 0x700037d0:0
called by frame at 0x6ffffe80
source language c.
Arglist at 0x6ffffe50, args:
Locals at 0x6ffffe50, Previous frame's sp is 0x6ffffe50
Saved registers:
gr32 at 0x6e0000c0, gr33 at 0x6e0000c8, gr34 at 0x6e0000d0,
gr35 at 0x6e0000d8, gr36 at 0x6e0000e0, gr37 at 0x6e0000e8,
gr38 at 0x6e0000f0
(eInspect 3,663): info locals
pcb = (PCB_t *) 0x80048a0
pcbHandle = (PCBHandle_t *) 0x8004ed0