Difference between revisions of "Gdb"
(Created page with "{{Entry |Name=Gdb |Short description=GNU Debugger |Full description=GDB lets you to see what is going on `inside' another program while it executes--or what another program was d...") |
(i un-featured this because i only want one GNU Spotlight feature per month.) |
||
| (2 intermediate revisions by one user not shown) | |||
| Line 3: | Line 3: | ||
|Short description=GNU Debugger | |Short description=GNU Debugger | ||
|Full description=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. | |Full description=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. | ||
| − | |||
| − | |||
| − | |||
|Homepage URL=http://www.gnu.org/software/gdb/gdb.html | |Homepage URL=http://www.gnu.org/software/gdb/gdb.html | ||
| − | | | + | |Is GNU=Yes |
| + | |User level=intermediate | ||
|Computer languages=C | |Computer languages=C | ||
|Documentation note=User manual available in HTML, PostScript, Texinfo, dvi, and ASCII formats from http://www.gnu.org/software/gdb/documentation/ User manual available in printed format from https://order.fsf.org/#manuals | |Documentation note=User manual available in HTML, PostScript, Texinfo, dvi, and ASCII formats from http://www.gnu.org/software/gdb/documentation/ User manual available in printed format from https://order.fsf.org/#manuals | ||
| − | |||
| − | |||
| − | |||
| − | |||
|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.3.1 | |
| − | + | |Version date=2011/09/04 | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | |Version identifier= | + | |
| − | |Version date= | + | |
|Version status=stable | |Version status=stable | ||
| − | |Version download= | + | |Version download=http://ftp.gnu.org/gnu/gdb/gdb-7.3.1.tar.gz |
| + | }} | ||
| + | {{Project license | ||
| + | |License=GPLv2orlater | ||
| + | |License verified by=Matt Kraai | ||
|License verified date=2000-10-18 | |License verified date=2000-10-18 | ||
| − | |||
}} | }} | ||
{{Person | {{Person | ||
| − | |||
|Real name=Andrew Cagney | |Real name=Andrew Cagney | ||
| + | |Role=Maintainer | ||
|Email=cagney@gnu.org | |Email=cagney@gnu.org | ||
| − | |||
}} | }} | ||
{{Person | {{Person | ||
| + | |Real name=Dan Jacobowitz | ||
|Role=Maintainer | |Role=Maintainer | ||
| − | |||
|Email=dan@debian.org | |Email=dan@debian.org | ||
| − | |||
}} | }} | ||
{{Person | {{Person | ||
| + | |Real name=Jim Blandy | ||
|Role=Maintainer | |Role=Maintainer | ||
| − | |||
| − | |||
| − | |||
}} | }} | ||
{{Person | {{Person | ||
| + | |Real name=Klee Dienes | ||
|Role=Maintainer | |Role=Maintainer | ||
| − | |||
|Email=klee@apple.com | |Email=klee@apple.com | ||
| − | |||
}} | }} | ||
{{Person | {{Person | ||
| − | |||
|Real name=Paul Hilfinger | |Real name=Paul Hilfinger | ||
| + | |Role=Maintainer | ||
|Email=hilfingr@CS.Berkeley.edu | |Email=hilfingr@CS.Berkeley.edu | ||
| − | |||
}} | }} | ||
{{Person | {{Person | ||
| − | |||
|Real name=Robert Dewar | |Real name=Robert Dewar | ||
| − | | | + | |Role=Maintainer |
| − | + | ||
}} | }} | ||
{{Person | {{Person | ||
| − | |||
|Real name=Stan Shebs | |Real name=Stan Shebs | ||
| + | |Role=Maintainer | ||
|Email=shebs@apple.com | |Email=shebs@apple.com | ||
| − | |||
}} | }} | ||
{{Person | {{Person | ||
| − | |||
|Real name=Todd Whitesel | |Real name=Todd Whitesel | ||
| + | |Role=Maintainer | ||
|Email=toddpw@toddpw.org | |Email=toddpw@toddpw.org | ||
| − | |||
}} | }} | ||
{{Resource | {{Resource | ||
|Resource audience=Bug Tracking | |Resource audience=Bug Tracking | ||
|Resource kind=VCS Repository Webview | |Resource kind=VCS Repository Webview | ||
| − | |Resource URL=http:// | + | |Resource URL=http://www.gnu.org/software/gdb/bugs/ |
}} | }} | ||
{{Resource | {{Resource | ||
|Resource audience=Developer | |Resource audience=Developer | ||
|Resource kind=VCS Repository Webview | |Resource kind=VCS Repository Webview | ||
| − | |Resource URL=http:// | + | |Resource URL=http://www.gnu.org/software/gdb/current/ |
}} | }} | ||
{{Resource | {{Resource | ||
| Line 111: | Line 93: | ||
|Use=software-development | |Use=software-development | ||
}} | }} | ||
| − | {{ | + | {{Featured}} |
| − | + | ||
| − | + | ||
| − | + | ||
| − | }} | + | |
Latest revision as of 17:29, 6 December 2011
Gdb
http://www.gnu.org/software/gdb/gdb.html
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.
Documentation
User manual available in HTML, PostScript, Texinfo, dvi, and ASCII formats from http://www.gnu.org/software/gdb/documentation/ User manual available in printed format from https://order.fsf.org/#manuals
Related Projects
Licensing
| License | Verified by | Verified on | Notes |
|---|---|---|---|
| GPLv2orlater | Matt Kraai | 18 October 2000 |
Leaders and contributors
| Contact(s) | Role |
|---|---|
|
| Maintainer |
| Robert Dewar | Maintainer |
|
| Maintainer |
|
| Maintainer |
|
| Maintainer |
|
| Maintainer |
| Jim Blandy | Maintainer |
|
| Maintainer |
Resources and communication
| Audience | Resource type | URI |
|---|---|---|
| Support | mailto:gdb@sources.redhat.com | |
| Bug Tracking,Support | Newsgroup | gnu.gdb.bug |
| Bug Tracking | VCS Repository Webview | http://www.gnu.org/software/gdb/bugs/ |
| Developer | VCS Repository Webview | http://www.gnu.org/software/gdb/current/ |
| Help | mailto:gdb-announce@sources.redhat.com | |
| Bug Tracking | mailto:gdb-prs@sources.redhat.com |
Software prerequisites
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 described in this text has its own copyright notice and license, which can usually be found in the distribution itself.