Gdb
GDB
https://www.gnu.org/software/gdb/
GNU Debugger.
GDB is the GNU project's debugger and a source-level debugger for Ada, C, C++, Objective-C, Pascal and many other languages. Originally released in 1986 as part of the GNU system, it can now target more than a dozen different processor architectures and can itself run on most popular GNU/Linux variants.
GDB lets 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 lets you start your program, specify anything that might affect its behavior, make it stop on specified conditions, examine what has happened when your program has stopped, and change things in it, so you can experiment with correcting the effects of one bug and go on to learn about another.
It also brings Guile scripting support since version 7.8.
Documentation
https://www.gnu.org/software/gdb/documentation/https://sourceware.org/gdb/onlinedocs/
Selection from the FSF shop
Free as in Freedom 2.0, by Richard Stallman
Introduction to the Command Line
Debugging with GDB: The GNU Source-Level Debugger, V 7.3.1
Using GCC: The GNU Compiler Collection Reference Manual, v. 3.3
Helping the GNU Project and the Free Software Movement
If you have corrections to this entry or questions about it, please contact: mailto:maintainers@gnu.org
IRC general channel
- irc://irc.freenode.net/#gdb
This is a GNU package:
gdb
Download
https://ftp.gnu.org/gnu/gdb/gdb-8.2.tar.xz
version 8.2
(stable)
released on 5 September 2018
OpenPGP signature URL: https://ftp.gnu.org/gnu/gdb/gdb-8.2.tar.xz.sig
User level
AdvancedMicroblog

Donate link
https://my.fsf.org/civicrm/contribute/transact?reset=1&id=57Accepts cryptocurrency donations.
Paid support
https://www.fsf.org/resources/service/VCS Checkout
Categories
Related Projects
Licensing
License
Verified by
Verified on
Notes
Leaders and contributors
Contact(s) | Role |
---|---|
Pedro Alves | Maintainer |
Joel Brobecker | Maintainer |
Eli Zaretskii | Maintainer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Debian (Ref) | https://tracker.debian.org/pkg/gdb | |
Debian (Ref) (R) | https://tracker.debian.org/pkg/gdb-mingw-w64 | |
Download | https://ftp.gnu.org/gnu/gdb/ | |
VCS Repository Webview | https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git | |
Debian (Ref) (R) | https://tracker.debian.org/pkg/gdb-avr | |
Mailing List | https://lists.gnu.org/mailman/listinfo/gdb/ | |
Mailing List | https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/ | |
Debian (Ref) (R) | https://tracker.debian.org/pkg/gdb-arm-none-eabi | |
General | https://gcc.gnu.org/wiki/cauldron2018/ | |
Savannah (Ref) | https://savannah.gnu.org/projects/gdb/ | |
Debian (Ref) (R) | https://tracker.debian.org/pkg/gdb-doc | |
General | https://sourceware.org/gdb/wiki/ | |
Mailing List | https://lists.gnu.org/mailman/listinfo/bug-gdb/ | |
General | https://savannah.gnu.org/people/ | |
Mailing List | https://lists.gnu.org/archive/html/gdb-discuss/ |
Software prerequisites
This entry (in part or in whole) was last reviewed on 19 January 2019.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.