Native Inspect Manual (H06.04+)
Syntax of Native Inspect Commands
Native Inspect Manual—528122-005
4-47
log command
To list source at a function:
To list source at an address:
COBOL example:
log command
Turns logging on or off:
•
If you include a file name, logging is turned on.
•
If you omit the file name, Native Inspect turns off logging and closes the current log
file.
eInspect 1,463):list pcbDataStructs_initialize
335
336 /* **************************
337 * pcbDataStructs_initialize
338 */
339 static void pcbDataStructs_initialize()
340 {
341 PCB_t *pcb;
342 PCBHandle_t *pcbHandle;
343
344 printf( "%s pcbDataStructs_initialize\n",
getStepPrefix(
1 ) );
(eInspect 1,463):
(eInspect 3,663): list *0x700001aa0
0x70001aa0:0 is in PCBAttribute_create
(\SIERRA.$YOSE1.SYMBAT1.SCXXTST:252).
247 */
248 static PCBAttribute_t *PCBAttribute_create()
249 {
250 PCBAttribute_t *pcbAttribute = (PCBAttribute_t *) malloc(
sizeof( PCBAttribute_t ) );
251 memset( pcbAttribute, 0, sizeof( pcbAttribute ) );
252 return pcbAttribute;
253
254
255
256 /*
(eInspect 7,411): list MAIN
19 ?MAIN main
20 IDENTIFICATION DIVISION.
21 PROGRAM-ID. main.
22 ENVIRONMENT DIVISION.
23 CONFIGURATION SECTION.
24 SOURCE-COMPUTER. ABD.
25 OBJECT-COMPUTER. ABD.
(eInspect 7,411):
log [ file | -d ]










