GDB: The GNU Project Debugger (original) (raw)

[[image of Archer Fish]](mascot/)

[bugs] [maintainers] [contributing] [current git] [documentation] [download] [home] [irc] [links] [mailing lists] [news] [schedule] [song] [wiki]

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:

What Languages does GDB Support?

GDB supports the following languages (in alphabetical order):

GDB version 16.3

Version 16.3 of GDB, the GNU Debugger, is now available for download. See the ANNOUNCEMENT for details including changes in this release.

An errata list (PROBLEMS) and documentationare also available.

News

April 20th, 2025: GDB 16.3 Released!

The latest version of GDB, version 16.3, is available for download.

This is a corrective release over GDB 16.2, fixing the following issues:

February 1st, 2025: GDB 16.2 Released!

The latest version of GDB, version 16.2, is available for download.

This is a corrective release over GDB 16.1, fixing the following issues:

January 18th, 2025: GDB 16.1 Released!

The latest version of GDB, version 16.1, is available for download.
This version of GDB includes the following changes and enhancements:

December 29th, 2024: GDB 16 branch created

The GDB 16 branch (gdb-16-branch) has been created. To check out a copy of the branch use:

git clone --branch gdb-16-branch https://sourceware.org/git/binutils-gdb.git

Nov 28, 2006: Reversible Debugging

The GDB maintainers are looking for contributors interested in reversible debugging.

Late breaking information, such as recently added features, can be found in the NEWS file in the gdb source tree. Old announcements are in the news archive.

[bugs] [maintainers] [contributing] [current git] [documentation] [download] [home] [irc] [links] [mailing lists] [news] [schedule] [song] [wiki]