Native Inspect Manual (H06.03+)

Table Of Contents
Syntax of Native Inspect Commands
Native Inspect Manual528122-003
3-46
log command
To list source at an address:
log command
Turns logging on or off:
If you include the file specifier, logging is turned on.
If you omit the file specifier, Native Inspect turns off logging and closes the current
log file.
file
is the Guardian file name of the log file.
Native Inspect creates a text file (file code 101) in the current working directory or
in the location you specify in the log command. If the log file already exists,
Native Inspect opens it and appends output to it.
-d
shows the name of the log file that is currently open.
When logging is on, Native Inspect records all commands and their results in the log
file (file).
ls command
Alias: files command
(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 /*
log [ file | -d ]