GDB

From HCL
Revision as of 17:54, 30 January 2012 by Davepc (talk | contribs) (Created page with "Debugging with GDB compile programme with -g -o0 (or ./configure --enable-debug) For serial programme gdb ./programme_name")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Debugging with GDB

compile programme with -g -o0 (or ./configure --enable-debug)

For serial programme

gdb ./programme_name