]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorNick Roberts <nickrob@snap.net.nz>
Tue, 21 Oct 2003 23:08:11 +0000 (23:08 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Tue, 21 Oct 2003 23:08:11 +0000 (23:08 +0000)
etc/NEWS
lisp/ChangeLog
man/ChangeLog

index bbd5f8fb44fe551067d920b24aca94a7d13193c5..5ed204449d49ee65e3689f2c8b3772be4cb7bf65 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2805,9 +2805,8 @@ running under X.
 GDB. You can interact with GDB through the GUD buffer in the usual way, but
 there are also further buffers which control the execution and describe the
 state of your program.  It separates the input/output of your program from
-that of GDB and displays expressions and their current values in their own
-buffers.  It also uses features of Emacs 21 such as the display margin for
-breakpoints, and the toolbar.
+that of GDB and watches expressions in the speedbar.  It also uses features of
+Emacs 21 such as the display margin for breakpoints, and the toolbar.
 
 Use M-x gdba to start GDB-UI.
 
index 83b18d1fbc06eeca351084a13101d3498160728c..99b3d8e3f5ac610306a6a20155e107a41471f818 100644 (file)
@@ -1,3 +1,15 @@
+2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
+
+       * gdb-ui.el (gdb-current-language): New variable.
+       (gdb-update-flag): Remove variable.
+       (gud-watch,gdb-frame-handler): Adapt for other languages (Fortran).
+       (gdb-take-last-elt): Remove function.
+       (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
+       (gdb-post-prompt): Check for variable object changes here.
+
+       * progmodes/gud.el (gud-speedbar-buttons): Check for variable
+       object changes in gdb-ui.el.
+
 2003-10-21  Richard M. Stallman  <rms@gnu.org>
 
        * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
index 4082bb3a91a63b6cc49a15ac635a268077d80287..0b42b441cb9e775febd5883b5f61efe474fce1a8 100644 (file)
@@ -1,3 +1,8 @@
+2003-10-22  Nick Roberts  <nick@nick.uklinux.net>
+
+       * building.texi (Watch Expressions): Update section on data display
+       to reflect code changes (GDB Graphical Interface).
+
 2003-10-17  Thien-Thi Nguyen  <ttn@gnu.org>
 
        * tramp.texi (Inline methods): Small grammar fix.