System Debug Reference Manual (32650-90888)

174 Chapter5
System Debug Command Specifications Fx-LOG
FPMAP
FPMAP
Reinitializes CM FPMAP symbolic procedure name access.
Syntax
FPMAP
Initialization of CM FPMAP symbolic procedure names is automatic in System Debug.
The FPMAP command is typically used to "pick up" new libraries that have been
dynamically loaded (through LOADPROC or SWITCH intrinsics) since the original program
execution.
The FPMAP command inspects the CM program file and all currently loaded CM libraries in
order to locate the necessary FPMAP records.
Examples
%cmdebug > fpmap
Re-initialize CM symbolic access for FPMAP records.
Limitations, Restrictions
The CM program file and libraries must have been prepared with the Segmenter's FPMAP
option.
FUNCL[IST]
Function list. Displays information about the predefined functions.
Syntax
FUNCL[IST] [
pattern
] [
group
] [
options
]
Parameters
pattern
The name(s) of the function(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).