System Debug Reference Manual (32650-90888)

Chapter 6 245
System Debug Command Specifications M-X
PROCLIST
The following values determine the parameter check level (CHECK):
0 No checking.
1 Check symbol type descriptor only.
2 Level 1, plus check number of arguments passed.
3 Level 2, plus check type of each argument.
The following values determine the execution level required to call this
entry point (XLEAST):
0,1,2,3 The minimum execution level needed.
The following letters indicate the value of various bits associated with
each symbol. An uppercase letter indicates the bit is "on", while a
lowercase letter means the bit is "off".
Q|q "Must qualify" bit.
F|f "Initially frozen" bit.
R|r "Memory resident" bit.
C|c "Is common" bit.
D|d "Duplicate common" bit.
outputfile
If this parameter is given, the symbols are sent to the indicated file rather
than to the terminal screen.
Examples
$nmdebug > proclist
4d5.58db $START$
4d5.6b58 $UNWIND_START
4d5.6bc8 $UNWIND_END
4d5.6be0 $RECOVER_START
4d5.6be0 $RECOVER_END
4d5.58bf ?$START$
4d5.5b53 processstudent.highscore
4d5.5c3f processstudent.lowscore
4d5.5d27 processstudent
4d5.6073 initstudentrecord
4d5.681f PROGRAM
4d5.681f _start
4d5.5937 ?PROGRAM
4d5.5957 ?_start
4d5.5000 lr_na_unk
4d5.5004 $find_alignment
4d5.5084 $more_na
4d5.5028 $bigger_but_still_small
4d5.5024 $b_out
4d5.5018 $b_loop
4d5.5048 $wordloop
control-Y encountered