GDB

The GNU debugger
Download

GDB Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Stan Shebs
  • Publisher web site:

GDB Tags


GDB Description

The GNU debugger GDB, the GNU Project debugger, allows 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 can do four main kinds of things (plus other things in support of these) to help you catch bugs in the act:· Start your program, specifying anything that might affect its behavior.· Make your program stop on specified conditions.· Examine what has happened, when your program has stopped.· Change things in your program, so you can experiment with correcting the effects of one bug and go on to learn about another.The program being debugged can be written in C, C++, Pascal, Objective-C (and many other languages). Those programs might be executing on the same machine as GDB (native) or on another machine (remote). GDB can run on most popular UNIX and Microsoft Windows variants. What's New in This Release: The new native configurations being supported are: · x86/x86_64 Darwin · x86_64 MinGW Support for the following targets has been added: · Lattice Mico32 · x86/x86_64 DICOS · S+core 3 · The remote stub now supports x86 Windows CE The major new features are: · Python scripting support · Reverse debugging, Process record and replay · Non-stop debugging · Multi-architecture debugging · Multi-inferior, multi-process debugging It also features many enhancements and bug fixes, including: · GDB now has an interface for JIT compilation · Tracepoints may now be conditional · Multi-byte and wide character set support · New /r and /m modifiers for the "disassemble" command · Automatic retrieval of shared library files from remote targets · Inlined functions are now supported · New remote protocal packets · GDB is now able to read compressed debug sections · Thread switching is now supported on Tru64 · Ada task switching is now supported · New features in gdbserver, the GDB remote stub · New command to stop execution when a system call is made


GDB Related Software