Native Inspect Manual (H06.03+)

Table Of Contents
Syntax of Native Inspect Commands
Native Inspect Manual528122-003
3-40
info command
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:
To display information about current breakpoints:
To display the address range of a line:
(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
(eInspect 1,325): info break
Num Type Disp Enb Address What
1 breakpoint keep y 0x70001672 in main
at
\SIERRA.$YOSE1.SYMBAT1.SCXXTST:216
2 breakpoint keep y 0x70003700 in test_complexTypes
at
\SIERRA.$YOSE1.SYMBAT1.SCXXTST:420
(eInspect 3,663): info line
Line 341 of "\SIERRA.$YOSE1.SYMBAT1.SCXXTST"
starts at address 0x70002320:0 <pcbDataStructs_initialize>
and ends at 0x700023c0:0 <pcbDataStructs_initialize+160>.