Native Inspect Manual (H06.07+)
Syntax of Native Inspect Commands
Native Inspect Manual—528122-006
4-37
ignore command
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 number of a breakpoint or catch event that you want reported.
ignore-count
is the number of breakpoint hits that Native Inspect is to ignore before reporting the
breakpoint.
ih command
Displays information (info handler) about all signal handlers or about the handler for a
specified signal. This command applies only to TNS/E native processes, not snapshot
files.
Related Command: mh command
(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










