Native Inspect Manual (H06.13+, J06.03+)

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:
(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
To display the values of all local variables:
(eInspect 3,663): info locals
pcb = (PCB_t *) 0x80048a0
pcbHandle = (PCBHandle_t *) 0x8004ed0
To display information about current breakpoints:
(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 1,325): info break
Num Type Disp Enb Glb Address What
2 breakpoint keep y n 0x70003be0 at PARA1 in MAIN-PROGRAM
at \SIERRA.$DIVA.CBEX.CBEXAM1:75
3 breakpoint keep y n 0x70004440 at PARA2 OF SECTION2 in MAIN-PROGRAM
at \SIERRA.$DIVA.CBEX.CBEXAM1:97
4 breakpoint keep y n 0x70004a20 at PARA2 OF SECTION3 in MAIN-PROGRAM
at \SIERRA.$DIVA.CBEX.CBEXAM1:109
The following table defines the column headers in the info break command:
The number of the breakpoint, starting with 1Num
The type of breakpointType
Disposition, either keep, del(ete), or dis(able)Disp
Enabled, either y or n (yes or no)Enb
Global, either y or n (yes or no)Glb
The address of the breakpointAddress
The file or module that contains the breakpoint. For COBOL programs, Paragraph/Section
information is also displayed if the breakpoint is placed on the paragraph or section.
What
To display the address range of a line:
88 Native Inspect Command Syntax