GDB: The GNU Project Debugger What is GDB? GDB, the GNU Project debugger, allows you to see what is going on `inside' another program while it executes -- or what another program was doing at the moment it crashed GDB can do four main kinds of things (plus other things in support of these) to help you catch bugs in the act:
The GNU Operating System and the Free Software Movement browsable via the web GDB 11 1 includes the following changes and enhancements: * Support for ARM Symbian (arm*-*-symbianelf*) has been removed * Building GDB now requires GMP (The GNU Multiple Precision Arithmetic Library) * New command-line options "--early-init-command" (or "-eix") and "--early-init-eval-command" (or "-eiex") * GDB MI