noft Manual (G06.27+, H06.03+, J06.03+)
noft Options
noft Manual—528273-003
3-9
DUMPPROC or DP
{ INNERLIST | IN }
displays portions of the object code file in disassembled program code and
displays the source code interspersed with the code. Use this option for
displaying text.
{ OCTAL | O }
displays portions of the object code file in octal format.
If you do not specify the format with the DUMPOFFSET option, the formatting is
controlled by the SET FORMAT option. For more information, see SET on
page 3-47.
DUMPPROC or DP
The DUMPPROC option displays the contents of a procedure or part of a procedure.
proc-spec
specifies the procedure name, which is case-sensitive in C and C++ but not in
other languages. procedure-spec is one of:
proc-name
limits the scope to the specified procedure and subprocedures.
proc-name.subproc-name
limits the scope to the specified subprocedure.
subproc-name
limits the scope to the specified subprocedure.
proc-num
specifies the procedure number. This number specifies the ordering in the object
code file’s procedure table. Use LISTPROC or LP on page 3-30 to list each
procedure number.
Example 3-3. DUMPOFFSET Option
noft> dumpoffset 0x00000390 for 20 bytes
***** Readable Dump Of Offset 0x00000390 To 0x000003a4 *****
0x00000390 0x27bdffe0 addiu sp,sp,0xffffffe0
0x00000394 0xafbf001c sw ra,0x1c(sp)
0x00000398 0x3c0e0800 lui t6,0x800
0x0000039c 0x3c0f5800 lui t7,0x5800
0x000003a0 0x25ef0048 addiu t7,t7,0x48
{ DUMPPROC | DP } { proc-spec | proc-num }
[ { offset } [range-specifier]] [IN format-specifier]