Native Inspect Manual (H06.04+)

Syntax of Native Inspect Commands
Native Inspect Manual528122-005
4-78
vector command
Example
To use the up and down commands (C example):
To use the up and down commands (COBOL example):
vector command
Changes the process that is designated as the current process when you are
debugging more than one process. The current process is the process to which
debugger commands apply.
pin
is the process ID or process number of the process that you want to designate as
the current debugging process. Do not include the CPU number. For example, the
pin for process 3,248 is 248.
(eInspect 4,770): bt
#0 pcbDataStructs_initialize () at \SIERRA.$YOSE1.SYMBAT1.SCXXTST:362
#1 0x700016a0:0 in main (argc=1, argv=0x8003010)
at \SIERRA.$YOSE1.SYMBAT1.SCXXTST:217
#2 0x700011f0:0 in _MAIN () at \SPEEDY.$RLSE.T8432H01.CPLMAINC:68
(eInspect 4,770): up
#1 0x700016a0:0 in main (argc=1, argv=0x8003010)
at \SIERRA.$YOSE1.SYMBAT1.SCXXTST:217
217 pcbDataStructs_initialize();
(eInspect 4,770): up
#2 0x700011f0:0 in _MAIN () at \SPEEDY.$RLSE.T8432H01.CPLMAINC:68
\SPEEDY.$RLSE.T8432H01.CPLMAINC:68: No such file or directory
(eInspect 4,770): down
#1 0x700016a0:0 in main (argc=1, argv=0x8003010)
at \SIERRA.$YOSE1.SYMBAT1.SCXXTST:217
217 pcbDataStructs_initialize();
(eInspect 4,770): down
#0 pcbDataStructs_initialize () at \SIERRA.$YOSE1.SYMBAT1.SCXXTST:362
362 PCB_addAttribute( pcb, PCBAttribute_createSystem( 5 ) );
(eInspect 7,416): bt
#0 EMMA.LISA () at \SIERRA.$AUDIT.DIVA.CBINIT:155
#1 0X70006950:0 in EMMA () at \SIERRA.$AUDIT.DIVA.CBINIT:136
#2 0x70003110:0 in EMMA () at \SIERRA.$AUDIT.DIVA.CBINIT:53
(eInspect 7,416):up
#1 0x70006950:0 in EMMA () at \SIERRA.$AUDIT.DIVA.CBINIT:136
136 Call “Lisa”.
(eInspect 7,416):up
#2 0x70003110:0 in MAIN () at \SIERRA.$AUDIT.DIVA.CBINIT:53
53 Call “Emma”.
(eInspect 7,416): down
#1 0x70006950:0 in EMMA () at \SIERRA.$AUDIT.DIVA.CBINIT:136
136 Call “Lisa”.
(eInspect 7,416):down
#0 EMMA.LISA () at \SIERRA.$AUDIT.DIVA.CBINIT:155
155 DISPLAY “In Lisa”.
(eInspect 7,416):
vector [ pin ]