Version 16 of gdb

Updated 2012-12-15 15:23:08 by pooryorick
 ** Attributes 
Name
gdb
Location
http://www.fsf.org/

GUI

   Graphical user interfaces to GDB:
Insight
tjk: written in Tcl/Tk by people working at Red Hat, Inc. and Cygnus Solutions.
ddd
gvd

Summary

GNU DeBugger. An interactive debugging utility.

See Also

[L1 ]
notes on gdb, especially its tutorials, by Cameron Laird
Critcl debugging with gdb
Debugging a Tcl extension written in C using gdb
A weekend experiment with a Tk GUI for gdb

Description

AMG 2008-04-16 PYK 2012-12-15: The latest release of Insight (6.8-1, posted 2009-07-19), embeds Tcl/Tk 8.4.1 and [incr Tcl] 3.2. I imagine it could benefit greatly from a newer version of Tcl. For example, libgui/src/subcommand.c is obsoleted by namespace ensembles, libgui/library/list.tcl contains an implementation of lassign, and libgui/library/lframe.tcl provides a labelframe.