Gdb

From Attie's Wiki
Revision as of 11:41, 29 September 2014 by Attie (Talk | contribs)

Jump to: navigation, search

Useful GDB commands...

Command Description
bt or backtrace show a backtrace from the current location
frame <frameno> move to a different stack frame
- -
info threads list of running threads
thread <threadno> switch to a different thread
- -
info breakpoints list of breakpoints
break <file>:<lineno> set a breakpoint
step step into the current line
next step over the current line
cont continue execution
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox