Download List

Project Description

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-10-11 17:28
7.0

Major new features include Python scripting support, reverse debugging, process record and replay, non-stop debugging, multi-architecture debugging, and multi-inferior, multi-process debugging. Further enhancements include an interface for JIT compilation, conditional tracepoints, new /r and /m modifiers for the "disassemble" command, automatic retrieval of shared library files from remote targets, support for inlined functions, support for reading of compressed debug sections, Ada task switching, and a new command to stop execution when a system call is made. Many bugs were fixed.
Tags: Major feature enhancements

2008-08-01 15:36
6.8

Support was added for native x86/Windows,
NetBSD/hppa, and Xtensa GNU/Linux. Multiple remote
target architectures are supported. Support was
added for the Decimal Floating Point extension.
Ada and C++ debugging were improved. The GDB/MI
interface was improved. Remote protocol and
gdbserver enhancements were made. Various new
commands were added.
Tags: Major feature enhancements

2005-11-08 17:25
6.3

Tags: Major feature enhancements

2003-12-08 18:22
6.0

Support for debugging the Objective-C programming
language has been integrated into GDB. A New
backtrace mechanism was added, which includes
DWARF 2 Call Frame Information. GDB's remote
protocol has been extended to include support for
hosted file I/O (where the remote target uses
GDB's file system). All of GDB's targets have been
updated to use the new internal architecture
framework. The way is now open for future GDB
releases to include cross-architecture native
debugging support. Profiling support was added.
Tags: Major feature enhancements

2003-01-13 07:09
5.3

Project Resources