GDB: The GNU Project Debugger
[bugs]
[maintainers]
[contributing]
[current git]
[documentation]
[download]
[home]
[irc]
[links]
[mailing lists]
[news]
[schedule]
[song]
[wiki]
Sites and links related to GDB
Graphical Interfaces and Integrated Development Environments using GDB
Many people have implemented a graphical user interface on top of GDB,
the following are a sample:
- Seer, a GUI frontend for GDB on GNU/Linux, using GDB/MI.
- Insight is a GUI for GDB written in
tcl/tk.
- DDD is a popular
GUI for GDB and dbx.
- Code Medic
is another GUI written for GDB.
It integrates with Code Crusader for
more IDE integration of the GNU development tools.
- kdbg is
another GUI written for GDB, designed for the K Desktop Environment.
- HP Wildebeest (WDB) version of
GDB which is included in new versions of HPUX.
- GNU Visual Debugger written in Ada and uses the GtkAda graphical toolkit.
- Jessie written
in Java. Includes multi-thread and multi-process features.
- RHIDE is
yet another IDE, this one with a look and feel similar to the
Borland 3.1 toolset. It is based on DJGPP (GNU tools that run under
DOS).
If you are looking to implement your own GUI or extend one of the
above, check the GDB/MI interface that was added to GDB 5.0 and
enabled in GDB 5.1.
Reference Material
Embedded Information
[bugs]
[maintainers]
[contributing]
[current git]
[documentation]
[download]
[home]
[irc]
[links]
[mailing lists]
[news]
[schedule]
[song]
[wiki]