Native Inspect Manual (H06.07+)
Syntax of Native Inspect Commands
Native Inspect Manual—528122-006
4-42
info command
To display information about current breakpoints:
The column headers in the info break command display are:
To display the address range of a line:
To display registers for a frame:
(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
Num The number of the breakpoint, starting with 1
Type The type of breakpoint
Disp Disposition, either keep, del(ete), or dis(able)
Enb Enabled, either y or n (yes or no)
Glb Global, either y or n (yes or no)
Address The address of the breakpoint
What The file or module that contains the breakpoint
(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>.
(eInspect 3,663): info frame 1
Stack frame at 0x6ffffe80:
ip = 0x70003870:0 in test_complexTypes
(\SIERRA.$YOSE1.SYMBAT1.SCXXTST:425);
saved ip 0x700016b0:0
called by frame at 0x6ffffef0, caller of frame at 0x6ffffe50
source language c.
Arglist at 0x6ffffe80, args:
Locals at 0x6ffffe80, Previous frame's sp is 0x6ffffe80
Saved registers:
gr32 at 0x6e000068, gr33 at 0x6e000070, gr34 at 0x6e000078,
gr35 at 0x6e000080, gr36 at 0x6e000088, gr37 at 0x6e000090,
gr38 at 0x6e000098, gr39 at 0x6e0000a0, gr40 at 0x6e0000a8,
gr41 at 0x6e0000b0, gr42 at 0x6e0000b8










