Dumpproc Or Dp - HP nld Manual

Table of Contents

Advertisement

noft Options

DUMPPROC or DP

The DUMPPROC option displays the contents of a procedure or part of a procedure.
{ DUMPPROC | DP } { proc-spec | proc-num }
[ { offset } [range-specifier]] [IN format-specifier]
proc-spec
specifies the procedure name. Procedure names are case sensitive in C and C++
but not in other languages. procedure-spec is one of the following:
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
file's procedure table. Use
number.
offset
is the number of bytes beyond the starting virtual address of the procedure (in
hexadecimal format).
range-specifier
is the amount of information to display:
{ TO end-address | FOR { number { BYTES | B | WORDS | W } | * }}
end-address
is an ending virtual address in hexadecimal format.
number
is the number of bytes or words to display.
*
displays information to the end of the code or data section.
LISTPROC or LP
nld and noft Manual—520384-003
5- 10
on page 5-27 to list each procedure
DUMPPROC or DP

Advertisement

Table of Contents
loading

This manual is also suitable for:

Noft

Table of Contents