System Debug Reference Manual (32650-90888)
Chapter 4 99
System Debug Command Specifications :-Exit
CMDL[IST]
commands are actually implemented as aliases. Aliases are not displayed with the CMDL
command; rather, the ALIASL command must be used to view them.
Parameters
pattern
The command name(s) to be displayed.
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".
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 command names are listed.
group
Commands are logically organized in groups. When listed, the commands
can be filtered by group, that is, only those commands in the specified
group are displayed.
PROCESS Process control
BREAK Breakpoint setting/listing/deleting
DISPLAY Display memory/code/segments
OBJECTS File mapping, Object freezing
REGISTER Display/modification/listing of registers
STACK Stack tracing, level switching
MODIFY Modify memory/code/segments
SYMBOLIC Symbolic file access
VAR Variable definition/listing/deleting
MACRO Macro definition/listing
FUNC Predefined function information