From 49f073bd8a61b525da3fbc35981abdaa7fc24182 Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Tue, 29 Dec 2009 20:15:34 +1300 Subject: This changeset reverts GDB Graphical Interface to use annotations. It incorporates features added (and never released) on the EMACS_23_1_RC branch. Namely reverse debugging and the display of STL collections as watch expressions. The long term aim is to move to GDB/MI, so these changes will be re-instated at some time in the future. At the moment, however, there are issues with gdb-mi.el that have not yet --- lisp/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/Makefile.in') diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 387144c19d..dfa3a98871 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -1233,7 +1233,7 @@ ELCFILES = \ $(lisp)/progmodes/f90.elc \ $(lisp)/progmodes/flymake.elc \ $(lisp)/progmodes/fortran.elc \ - $(lisp)/progmodes/gdb-mi.elc \ + $(lisp)/progmodes/gdb-ui.elc \ $(lisp)/progmodes/glasses.elc \ $(lisp)/progmodes/grep.elc \ $(lisp)/progmodes/gud.elc \ -- cgit v1.2.3