Native Inspect Manual (H06.07+)
Syntax of Native Inspect Commands
Native Inspect Manual—528122-006
4-27
display command
Example
To display instructions for a function:
display command
Specifies an expression that is to be automatically evaluated and the result displayed
each time the program is suspended.
If you do not specify any arguments, Native Inspect displays the expressions currently
on the automatic display list.
/format
is an optional count, format, and size specification.
expression
evaluates the expression and adds it to the list of expressions to be evaluated.
(eInspect 3,663):da PCB_addAttribute
Dump of assembler code for function PCB_addAttribute:
;;; File: \SIERRA.$YOSE1.SYMBAT1.SCXXTST
239 {
0x70001820:0 <PCB_addAttribute>: [MII] alloc
r34=ar.pfs,30,30,0
0x70001820:1 <PCB_addAttribute+6>: adds r12=-96,r12
0x70001820:2 <PCB_addAttribute+12>: nop.i 0x0;;
0x70001830:0 <PCB_addAttribute+16>: [MMI] adds r27=32,r12
0x70001830:1 <PCB_addAttribute+22>: nop.m 0x0
0x70001830:2 <PCB_addAttribute+28>: nop.i 0x0;;
0x70001840:0 <PCB_addAttribute+32>: [MII] stf.spill [r27]=f2
0x70001840:1 <PCB_addAttribute+38>: mov r35=r32
0x70001840:2 <PCB_addAttribute+44>: mov r36=r33
0x70001850:0 <PCB_addAttribute+48>: [MMI] adds r37=48,r12;;
0x70001850:1 <PCB_addAttribute+54>: st8 [r37]=r35
0x70001850:2 <PCB_addAttribute+60>: nop.i 0x0
0x70001860:0 <PCB_addAttribute+64>: [MMI] adds r38=56,r12;;
0x70001860:1 <PCB_addAttribute+70>: st8 [r38]=r36
0x70001860:2 <PCB_addAttribute+76>: nop.i 0x0
240 pcb->attribute[ pcb->attributeCount++ ] = pcbAttribute;
0x70001870:0 <PCB_addAttribute+80>: [MMI] adds r39=60,r12;;
0x70001870:1 <PCB_addAttribute+86>: ld4 r40=[r39]
0x70001870:2 <PCB_addAttribute+92>: nop.i 0x0
...
display [[ /format ] expression ]










