All releases of cgdb


Release Notes: Many bugfixes and enhancements.


No changes have been submitted for this release.


No changes have been submitted for this release.


Release Notes: This release should run on Solaris 2.5 again. A bug in the configure script has been fixed. It was possible for readline to choose the wrong termcap library because of a bad autoconf macro that CGDB was using. This could potentially cause the screen to get corrupted. A bug in the syntax highlighter for C strings has been fixed. A line like char *s = "\""; would cause the highlighter to break. The message 'CGDB had unexpected results, ...' will no longer be displayed when a breakpoint cannot be parsed.


Release Notes: Tab completion support for C++ was improved and interactive tab completion on large inputs. A :highlight command allows colors to be configured.


Release Notes: Tab completion is now supported and a manual was provided. Many bugfixes were made.


Release Notes: The program now detects the version of readline that will be linked against. It is now possible to sett a temporary breakpoint. A new 'arrowstyle' option was added. The ^l command was added to the Source window. The screen is cleared and redrawn when this command is received.


Release Notes: Besides some autoconf/automake updates, this release fixes a major bug in CGDB that appeared on most OSes besides Linux where CGDB would hang on startup while trying to read input from stdin.


Release Notes: This release fixes a crash when a user tries to set a breakpoint on a file that's not a source file. It makes the b and f commands obsolete. A searching '/', '?' bug was fixed. There are several memory runtime fixes, and a fix for a bug in the C/C++ syntax highlighter. The CGDB command line interface was fixed (GDB --args now works). A 'set asr' or autosourcereload option was added to CGDB. The :edit [:e] colon command has been implemented.


Release Notes: libkui was added into CGDB. This is the first of the four new libraries designed to make CGDB flexible and modular. Because of this, the version number has been raised to 0.5.0. A crash in TGDB when buffering commands was fixed. If the user hit "n"-Enter-Enter quickly while GDB was working on a command or not responding, the buffering code in TGDB would enter a bad command into a queue, causing it to crash when it tried to execute the command. A crash in CGDB when parsing command line parameters was fixed.