Skip to content

Debugging process with GDB

midenok edited this page Oct 19, 2013 · 6 revisions
  1. Take fine-tuned .gdbinit, put it to your HOME.

  2. Get acknowledged to its contents, especially in '# breakpoint macros'.

  3. See gdb quick start page http://web.eecs.umich.edu/~sugih/pointers/gdbQS.html

Use 'help' command in GDB to get quick description.