Difference between revisions of "Gdb"

From Free Software Directory
Jump to: navigation, search
m (version 7.11.1)
(version 7.12)
Line 8: Line 8:
 
It also brings [[Guile]] scripting support since version 7.8.
 
It also brings [[Guile]] scripting support since version 7.8.
 
|Homepage URL=https://www.gnu.org/software/gdb/
 
|Homepage URL=https://www.gnu.org/software/gdb/
|User level=intermediate
+
|User level=advanced
 
|VCS checkout command=git clone git://sourceware.org/git/binutils-gdb.git
 
|VCS checkout command=git clone git://sourceware.org/git/binutils-gdb.git
 
|Computer languages=C
 
|Computer languages=C
Line 15: Line 15:
 
|Related projects=Dynamic_Probes,Fenris,GNU_Visual_Debugger,Gnats,UDS_Collection,ddd,GCC
 
|Related projects=Dynamic_Probes,Fenris,GNU_Visual_Debugger,Gnats,UDS_Collection,ddd,GCC
 
|Keywords=software development,debug,debugger,gdb,GNU debugger
 
|Keywords=software development,debug,debugger,gdb,GNU debugger
|Version identifier=7.11.1
+
|Version identifier=7.12
|Version date=2016/05/31
+
|Version date=2016/10/07
 
|Version status=stable
 
|Version status=stable
|Version download=https://ftp.gnu.org/gnu/gdb/gdb-7.11.1.tar.gz
+
|Version download=https://ftp.gnu.org/gnu/gdb/gdb-7.12.tar.gz
 
|Last review by=Genium
 
|Last review by=Genium
|Last review date=2016/08/02
+
|Last review date=2017/01/06
 
|Submitted by=WikiSysop
 
|Submitted by=WikiSysop
 
|Submitted date=2011/04/12
 
|Submitted date=2011/04/12
Line 33: Line 33:
 
}}
 
}}
 
{{Project license
 
{{Project license
|License=GPLv3
+
|License=GPLv3orlater
 
|License verified by=Genium
 
|License verified by=Genium
|License verified date=2014/08/16
+
|License verified date=2017/01/06
 +
|License note=https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob;f=gdb/COPYING
 
}}
 
}}
 
{{Person
 
{{Person
|Real name=Andrew Cagney
+
|Real name=Pedro Alves (Red Hat)
|Role=Maintainer
+
|Role=FSF-appointed GDB Maintainer.
|Email=cagney@gnu.org
 
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
 
{{Person
 
{{Person
|Real name=Dan Jacobowitz
+
|Real name=Joel Brobecker (AdaCore)
|Role=Maintainer
+
|Role=FSF-appointed GDB Maintainer & current Release Manager.
|Email=dan@debian.org
 
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
 
{{Person
 
{{Person
|Real name=Jim Blandy
+
|Real name=Doug Evans (Google)
|Role=Maintainer
+
|Role=FSF-appointed GDB Maintainer.
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
 
{{Person
 
{{Person
|Real name=Klee Dienes
+
|Real name=Eli Zaretskii
|Role=Maintainer
+
|Role=FSF-appointed GDB Maintainer.
|Email=klee@apple.com
+
|Email=eliz@gnu.org
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
 
{{Person
 
{{Person
|Real name=Paul Hilfinger
+
|Real name=Please see the the gdb/MAINTAINERS file for the full list of maintainers and their specific areas.
|Role=Maintainer
 
|Email=hilfingr@CS.Berkeley.edu
 
|Resource URL=
 
}}
 
{{Person
 
|Real name=Robert Dewar
 
|Role=Maintainer
 
|Resource URL=
 
}}
 
{{Person
 
|Real name=Stan Shebs
 
|Role=Maintainer
 
|Email=shebs@apple.com
 
|Resource URL=
 
}}
 
{{Person
 
|Real name=Todd Whitesel
 
|Role=Maintainer
 
|Email=toddpw@toddpw.org
 
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
Line 91: Line 71:
 
|Resource audience=Developer
 
|Resource audience=Developer
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
|Resource URL=http://www.gnu.org/software/gdb/current/
+
|Resource URL=https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 104: Line 84:
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=User
+
|Resource audience=Developer
 
|Resource kind=Download
 
|Resource kind=Download
 
|Resource URL=http://ftpmirror.gnu.org/gdb/
 
|Resource URL=http://ftpmirror.gnu.org/gdb/
Line 117: Line 97:
 
|Resource kind=Homepage
 
|Resource kind=Homepage
 
|Resource URL=https://sourceware.org/gdb/wiki/
 
|Resource URL=https://sourceware.org/gdb/wiki/
 +
}}
 +
{{Resource
 +
|Resource audience=Guix
 +
|Resource kind=Homepage
 +
|Resource URL=https://www.gnu.org/software/guix/packages/g.html
 +
}}
 +
{{Resource
 +
|Resource audience=Debian
 +
|Resource kind=Homepage
 +
|Resource URL=https://packages.debian.org/jessie/gdb
 +
}}
 +
{{Resource
 +
|Resource audience=Gentoo
 +
|Resource kind=Homepage
 +
|Resource URL=https://packages.gentoo.org/packages/sys-devel/gdb
 +
}}
 +
{{Resource
 +
|Resource audience=NetBSD
 +
|Resource kind=Homepage
 +
|Resource URL=http://pkgsrc.se/devel/gdb
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Interface=console
 
|Interface=console
 
|Programming-language=C
 
|Programming-language=C
 +
|Runs-on=BSD, GNU/Linux, GNU/Hurd
 
|Software-development=debugging
 
|Software-development=debugging
 
|Use=software-development
 
|Use=software-development
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Revision as of 11:46, 6 January 2017


[edit]

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.








Entry








"FSF-appointed GDB Maintainer." is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.



"FSF-appointed GDB Maintainer & current Release Manager." is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.



"FSF-appointed GDB Maintainer." is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.



"FSF-appointed GDB Maintainer." is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.















"Bugs" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Wiki" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Guix" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Gentoo" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"NetBSD" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.







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.