break [where (e.g., function, line)]
- Enable a disabled breakpoint
- Go to the next instruction, but don't dive into functions
- Go to the next instruction, diving into function
- Continue until the current function returns
- Print content of variable/memory location/register
print [something (e.g., variable)]
- Chose thread to operate on
- Change the content of a variable to the given value
set var [variable_name]=[value]
- Force the current function to return immdiately, passing the given value
- Shows the current or given source context
list
list [filename]:[function]
list [filename]:[line number]
list [first line],[last line]
- Print arguments to the function of the current stack frame
- Print informations about the breakpoints
- Print the local variables in the currently selected stack frame
- List loaded shared libraries
- Print type of named variable