System Debug Reference Manual (32650-90888)

Chapter 6 243
System Debug Command Specifications M-X
PROCLIST
For procedure symbols, only the procedure part is used (file name and
module are excluded from the pattern match).
This parameter can be specified with wildcards or with a full regular
expression. Refer to appendix A for additional information about pattern
matching and regular expressions.
The following wildcards are supported:
@ Matches any character(s).
? Matches any alphabetic character.
# Matches any numeric character.
The following are valid name pattern specifications:
@ Matches everything; all names.
pib@ Matches all names that start with "pib".
log2##4 Matches "log2004", "log2754", and so on.
The following regular expressions are equivalent to the patterns with
wildcards that are listed above:
`.*`
`pib.*`
log2[0-9][0-9]4`
By default, all symbols are listed.
lstfile
The name of the executable library for which to list the symbols program
or library). If the parameter is not given, the program file being executed is
assumed. The address printed is the entry point of the procedure (not the
start of the procedure).
lookup_id
Specifies which symbols to list. If
lookup_id
is not specified, PROCEDURES
is assumed. Refer to the "Procedure Name Symbols" section in chapter 2
for additional details.
PRESORTED List System Object Module symbols Debug sorted for use
in windows and TR.
UNIVERSAL List exported procedures in the System Object Module.
LOCAL List nonexported procedures in the System Object Module.
NESTED List nested procedures in the System Object Module.
PROCEDURES List local or exported procedures in the System Object
Module.
ALLPROC List local/exported/nested procedures in the System Object
Module.
EXPORTSTUB List export stubs in the System Object Module.
DATAANY List exported and local data in the System Object Module.
DATAUNIV List exported data in the System Object Module.