DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Using the UDK

Command Aliases

dbx command debug command Description Notes
alias
alias name name
alias name "string"
alias name (parameters) "string"
alias name tokens ...
alias [name]
Establish a new alias. Debug alias parameters are available as $1, $2, etc... $# is the number of arguments passed and $* represents all the arguments passed.
unalias name alias -r name Remove the alias with the given name.  
set name [= expression] set [-p proc_list] [-v] debug_or_user_var [=] expr [,expr... Define the values for debugger variables. Debug specific variables are preceded with a %, e.g. %file. User specific (and environment) variables are preceded with a $, e.g. $DISPLAY.
unset name N/A Delete the debugger variable associated with name.  


Next topic: Machine Level Commands
Previous topic: Accessing source files

© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 27 April 2004