aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/Makefile.in
diff options
context:
space:
mode:
authorNick Roberts <[email protected]>2009-12-29 20:15:34 +1300
committerNick Roberts <[email protected]>2009-12-29 20:15:34 +1300
commit49f073bd8a61b525da3fbc35981abdaa7fc24182 (patch)
treec4dc7de6c4a412d118c1ed10ad4ac589856bfd5f /lisp/Makefile.in
parent460f6e7ced30ef7dbbf05284f0ca28f94e613c71 (diff)
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
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r--lisp/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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 \