NOTICE: This package has been removed from pkgsrc

./wip/cgdb, Curses-based interface to the GNU Debugger (GDB)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.6.8, Package name: cgdb-0.6.8, Maintainer: pkgsrc-users

CGDB is a curses-based interface to the GNU Debugger (GDB). The goal of CGDB
is to be lightweight and responsive; not encumbered with unnecessary features.

The interface is designed to deliver the familiar GDB text interface, with a
split screen showing the source as it executes. The UI is modeled on the
classic Unix text editor, vi. Those familiar with vi should feel right at home
using CGDB.


Required to run:
[devel/ncurses] [devel/readline]

Master sites:

SHA1: 0892ae59358fa98264269cf6fe57928314ef7942
RMD160: 6f72836a168ebe4c530187b02185f9e0aaaa23ea
Filesize: 700.184 KB

Version history: (Expand)


CVS history: (Expand)


   2015-04-20 09:49:44 by Thomas Klausner | Files touched by this commit (5) | Package removed
Log message:
Remove cgdb, used for updating devel/cgdb.
   2015-04-20 09:32:43 by Thomas Klausner | Files touched by this commit (1)
Log message:
Add help2man as build dependency.

   2015-04-19 21:18:28 by Kamil Rytarowski | Files touched by this commit (2)
Log message:
Fix installation of info pages for pkgsrc

Use INFO_FILES
   2015-04-19 20:40:07 by Kamil Rytarowski | Files touched by this commit (1)
Log message:
Remove PKGREVISION
   2015-04-19 20:31:05 by Kamil Rytarowski | Files touched by this commit (4)
Log message:
Upgrade to 0.6.8

Changes in the makefile:
- package is thread safe (according to Fedora)
- use native build and install

cgdb-0.6.8 (11/13/2014)

  * Fix issue #40, the map commands were adding additional new lines
    to the mappings. For instance, 'imap a b' in the ~/.cgdb/cgdbrc
    file would cause a to map to 'b<cr>' instead of just 'b'.

  * Added feature from issue #29, added 'until' command to CGDB.
  
  * Updated autotools configuration files to satisfy warnings and
    recommendations produced by autotools when run.

  * Fix issue #49, a gcc compiler warning.

  * Fixed a hang consuming 100% CPU usage on OS X Mavericks (github #48).

  * Fixed a hang when quitting cgdb while inferior is running
    (github #1 and #5 and #46). This was believed to be fixed in the last
    release but I've finally reproduced the issue and fixed it for good.

cgdb-0.6.7 (01/14/2013)

  * Changed documentation license from GFDL to GPL (github #6).

  * Fixed a hang on MacOS when quitting cgdb while inferior is running
    (github #1 and #5).

  * Fixed a crash when pressing 'n' in source window (github #5).

  * Fixed a bug opening files (and toggling breakpoints in files) with
    special characters (e.g. space) in their names.

cgdb-0.6.6 (09/06/2011)

  * Fixed a compile error on Cygwin 1.7 (signature for path conversion
    functions changed).

  * Fixed a segfault on 64-bit systems in rline.c due to a missing
    prototype of cgdb_malloc. Thanks to Pietro Cerutti for reporting
    and diagnosing this one!

  * Fixed a bug in the file dialog. When searching for a file,
    and you hit enter to select it, CGDB would sometimes skip to
    the next file that matches and open that file instead.

  * CGDB should now build out of the box on Cygwin again.
    CGDB used to only support building against curses.h. Now
    it also supports building against ncurses/curses.h.

  * No longer set the prompt to (gdb) on startup.
   2015-04-19 19:47:55 by Kamil Rytarowski | Files touched by this commit (5)
Log message:
Import devel/cgdb version 0.6.5 as wip/cgdb

CGDB is a curses-based interface to the GNU Debugger (GDB). The goal of CGDB
is to be lightweight and responsive; not encumbered with unnecessary features.

The interface is designed to deliver the familiar GDB text interface, with a
split screen showing the source as it executes. The UI is modeled on the
classic Unix text editor, vi. Those familiar with vi should feel right at home
using CGDB.