Revision 2.1
Last updated Sept. 22, 1998
Note: This version is still under the review-and-comment period. In particular, we expect to make some changes in the names of commands and options, in response to user feedback. We do not expect the functionality or semantics to change very significantly at this point.
# - Ignore remainder of this line ("comment command")
alias - Create or view user-defined command(s)
unalias - Remove previously defined command
history - View the session command history
! - Execute a previous command from the command history
set - Change or view value(s) of debugger state
variable(s)
unset - Restore default setting(s) for debugger state
variable(s)
log - Start or stop the logging of debugger input/output
input - Read and execute commands stored in a file
proginput - Send command-line
input to the target program, rather than the debugger
info - Display debugger environment information
help - Display help information
load - Load debugging information about target program
and prepare for execution
run - Start or re-start execution of target process(es)
attach - Bring currently executing process(es) under
control of the debugger
detach - Detach debugger from target process(es), leaving
it executing
kill - Terminate execution of target process(es)
core - Load core-file image of process(es) for examination
status - Show current status of processes and threads
quit, exit - Terminate the debugging session
break - Define a breakpoint
barrier - Define a barrier point
watch - Define an unconditional watchpoint
actions - Display a list of actionpoints
delete - Delete actionpoint(s)
disable - Temporarily disable actionpoint(s)
enable - Re-enable actionpoint(s) that has been disabled
export - Store actionpoint settings for future re-use
Copyright © 1998, High Performance Debugging Forum and Oregon State University