Native Inspect Manual (H06.07+)
Syntax of Native Inspect Commands
Native Inspect Manual—528122-006
4-57
nocstm option
Example
To step execution using the next, step, and finish commands:
nocstm option
A command-line option that specifies that Native Inspect is to ignore the commands in
the custom file, the EINSCSTM file. You can enter the nocstm option only when you
explicitly start Native Inspect with a RUN command specifying EINSPECT. You cannot
specify the nocstm option in a RUND command.
Typically, when Native Inspect starts up, it checks for existence of the custom file in the
user’s logon subvolume. If the custom file is found and the nocstm command line
option is not specified, Native Inspect executes commands in the file. You can include
almost all the Native Inspect commands, with the exception of the fc command, in your
custom file.
output command
Displays the value of the specified expression. The output command is identical to the
print command except that its output is not saved in the value history buffer ($1, $2,
and so on).
/format
is an optional count, format, and size specification.
expression
evaluates the expression and displays its value.
(eInspect 1,329):next
351 pcb = PCB_create();
(eInspect 1,329):step
PCB_create () at \SIERRA.$YOSE1.SYMBAT1.SCXXTST:226
226 {
(eInspect 1,329):next
227 PCB_t *pcb = (PCB_t *) malloc( sizeof( PCB_t ) );
(eInspect 1,329):next
228 memset( pcb, 0, sizeof( PCB_t ) );
(eInspect 1,329):finish
Run till exit from #0 PCB_create () at \SIERRA.$YOSE1.SYMBAT1.SCXXTST:228
0x70002520:0 in pcbDataStructs_initialize ()
at \SIERRA.$YOSE1.SYMBAT1.SCXXTST:351
351 pcb = PCB_create();
Value returned is $2 = (PCB_t *) 0x0
--nocstm
output [ /format ] expression










