Download List

Projeto Descrição

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

Principais novos recursos incluem suporte a scripts em Python, depuração reversa, processo de registro e replay, sem parar a depuração, depurar multi-arquitetura, e multi-inferior, multi-processo de depuração. Outras melhorias incluem uma interface para a compilação JIT, tracepoints condicional, r / novo e modificadores / m para o "desmonte" comando, a recuperação automática de arquivos da biblioteca compartilhada de metas remoto, suporte para funções embutido, suporte para leitura de comprimido seções de depuração, Ada alternância de tarefas, e um novo comando para parar a execução quando uma chamada de sistema é feita. Muitos erros foram corrigidos.
Tags: Major feature enhancements
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.

2008-08-01 15:36
6.8

Suporte foi adicionado para x86/Windows nativa, NetBSD / hppa, e Xtensa GNU / Linux. Múltiplas arquiteturas alvo remoto são suportados. Foi adicionado suporte para a extensão de ponto decimal flutuante. Ada e C + + depuração foram melhorados. O GDB / MI interface foi melhorado. Protocolo gdbserver remoto e melhorias foram feitas. Vários novos comandos foram adicionados.
Tags: Major feature enhancements
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.

2005-11-08 17:25
6.3

Tags: Major feature enhancements

2003-12-08 18:22
6.0

Suporte para depuração do Objectivo da linguagem de programação C, foi integrado no GDB. Um mecanismo backtrace novo foi adicionado, o que inclui DWARF 2 Call Frame Informação. Protocolo remoto GDB foi alargada para incluir suporte para arquivos hospedados I / O (onde o alvo remoto usa sistema de arquivos GDB). Todas as metas de GDB foram atualizados para usar o quadro de nova arquitetura interna. O caminho está agora aberto para o GDB futuros lançamentos de modo a incluir a arquitetura de suporte a depuração nativo. Suporte de perfil foi adicionado.
Tags: Major feature enhancements
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.

2003-01-13 07:09
5.3

Project Resources