System Debug Reference Manual (32650-90888)

176 Chapter5
System Debug Command Specifications Fx-LOG
GETDUMP
NAME USE PARMS DESC EXAMPLE
PAGE Page eject after each function definition. Useful for paged
(listfile) output.
NOPAGE No special page ejects.
If none of the options above are specified, the NAME is displayed by default.
If any options are specified, they are accumulated to describe which fields
are printed.
Examples
%cmdebug > funcl
List all functions.
%cmdebug > funcl @node
func CMNODE : LPTR ADDRESS
func CMTONMNODE : LPTR ADDRESS
func NMNODE : LPTR ADDRESS
func NMTOCMNODE : LPTR ADDRESS
List all functions (in all groups) that match the pattern "@node".
$nmdebug > funcl cm@ procedure
func CMADDR : LCPTR PROCEDURE
func CMBPADDR : LCPTR PROCEDURE Not in: dat sat
func CMBPINDEX : U16 PROCEDURE Not in: dat sat
func CMBPINSTR : U16 PROCEDURE Not in: dat sat
func CMENTRY : LPTR PROCEDURE
func CMPROC : STR PROCEDURE
func CMPRCLEN : U16 PROCEDURE
func CMSEG : STR PROCEDURE
func CMSTART : LCPTR PROCEDURE
List all functions, in the group PROCEDURE, that start with "CM".
NOTE
Some functions are not available in all programs. For example, the three
breakpoint functions above, are flagged as NOT being available in DAT or
SAT (since breakpoints are not supported in these programs).
Limitations, Restrictions
none
GETDUMP
DAT only
Reads in a dump tape and creates a dump file.