From: Nick Roberts Date: Tue, 21 Oct 2003 23:08:11 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~8490 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f2afecdaf3638f1b927766a8941d754f7a5cf76e;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index bbd5f8fb44f..5ed204449d4 100644 --- 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. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 83b18d1fbc0..99b3d8e3f5a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,15 @@ +2003-10-21 Nick Roberts + + * 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 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix. diff --git a/man/ChangeLog b/man/ChangeLog index 4082bb3a91a..0b42b441cb9 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,8 @@ +2003-10-22 Nick Roberts + + * building.texi (Watch Expressions): Update section on data display + to reflect code changes (GDB Graphical Interface). + 2003-10-17 Thien-Thi Nguyen * tramp.texi (Inline methods): Small grammar fix.