Native Inspect Manual (H06.03+)

Table Of Contents
Syntax of Native Inspect Commands
Native Inspect Manual528122-003
3-35
i command
i command
Displays instructions at the specified location. The i command is Debug-compatible.
Alias: in
native-address
is the address at which you want to display instructions.
count
is the number of instructions to display. The default value is 1.
function-name
is the name of the function in the source whose instructions you want to display.
Example
To display instructions:
ignore command
Enables you to specify a number of breakpoint hits to be ignored before Native Inspect
reports the breakpoint has been hit.
breakpoint-number
is the breakpoint number of the breakpoint you want reported.
i { { native-address [ count ] } | function-name }
(eInspect 3,663):i 0x700023c0 5
Dump of assembler code from 0x700023c0:0 to 0x700023d0:0:
;;; File: \SIERRA.$YOSE1.SYMBAT1.SCXXTST
345 printf( "%s pcbDataStructs_initialize\n",
getStepPrefix(
1 ) );
0x700023c0:0 <pcbDataStructs_initialize+160>: [MII] mov r35=1
0x700023c0:1 <pcbDataStructs_initialize+166>: adds
r20=48,r12
0x700023c0:2 <pcbDataStructs_initialize+172>: nop.i 0x0;;
End of assembler dump.
ignore breakpoint-number ignore-count