The GNU Debugger (GDB) is a source-level debugger for C, C++, Java, Modula-2, and several other languages. It runs on GNU/Linux, the BSD's, and almost every major proprietary OS. GDB can debug programs running on the same machine as itself, or it can communicate over a network or serial line with a debugging stub on another machine; thus, it can be used for embedded and kernel debugging.
| Tags | Software Development Debuggers |
|---|---|
| Licenses | GPL |
Recent releases


Release Notes: This release adds support for the "mini debuginfo" section, .gnu_debugdata, makes the C++ ABI default to the GNU v3 ABI, and adds more Python scripting improvements, GDB/MI improvements, new configure options, new commands and options, and new remote packets.


Release Notes: Various minor bugs were fixed.


Release Notes: New target support includes x32 ABI, microMIPS, Renesas RL78, and HP OpenVMS ia64. Reversible debugging is now supported on ARM, allowing debugging of basic ARM and THUMB instructions and providing record/replay support. Support for SDT (Static Defined Tracing) probes has been implemented. GDBserver improvements, such as stdio connections, target-side evaluation of breakpoint conditions, and remote protocol improvements, have been made. "gdbtui" has been abandoned in favor of "gdb -tui". Various other improvements and bugfixes have been made.


Release Notes: Ambiguous linespecs are now handled more consistently. Uninteresting functions and files can now be skipped when stepping with the "skip function" and "skip file" commands. Commands for setting and getting the maximum length limit of a remote target hardware watchpoint were added. Python scripting was vastly improved. Many other improvements, bugfixes, and general changes were made.


Release Notes: Build fixes were introduced for NetBSD and OpenBSD targets.