noft Manual (G06.27+, H06.03+, J06.03+)
noft Options
noft Manual—528273-003
3-31
LISTPROC or LP
SUBPROC
lists the subprocedures along with procedures. If procedure P contains
subprocedure S, a LISTPROC P SUBPROC command line lists S, as it is
contained within P. This is the default.
NOSUBPROC
does not list subprocedures along with procedures. If procedure P contains
subprocedure S, a LISTPROC P NOSUBPROC command line lists only P and not S
even though S is within P.
BRIEF
B
provides minimal information about procedures and subprocedures. This is the
default.
DETAIL
D
provides detailed information about procedures and subprocedures. For C++
functions, DETAIL provides the “demangled” (original) names as well as the
“mangled” internal equivalents.
The scope settings apply only to the list of procedures.
Example 3-24. LISTPROC Option (BRIEF)
noft> listproc *
******** List of Procedures ********
# Address Procedure
0 0x70000390 l_to_str__FPcl
1 0x700004a4 main
2 0x7000092c __pl__5pointFR5point
3 0x70000a1c __apl__5pointFR5point
4 0x70000aac __pp__5pointFi
5 0x70000c48 __pp__5pointFv
6 0x70000d58 print__5pointFv
7 0x70000dd0 __apl__6stringFR6string
8 0x70000ee8 __vc__6stringFi
9 0x70000f64 print__6stringFv
10 0x70000fa0 __INIT__1_C
11 0x70000fe4 _MAIN
12 0x70001030 T8432D40_01NOV95_CRTLMAIN