# HG changeset patch # User Nick Roberts # Date 1066777691 0 # Node ID ff56d93fae3f7e31d077aca326d1e29d164db777 # Parent f27266006051ea380de2a785e6c22a0088ac8325 *** empty log message *** diff -r f27266006051 -r ff56d93fae3f etc/NEWS --- a/etc/NEWS Tue Oct 21 22:38:59 2003 +0000 +++ b/etc/NEWS Tue Oct 21 23:08:11 2003 +0000 @@ -2805,9 +2805,8 @@ 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 -r f27266006051 -r ff56d93fae3f lisp/ChangeLog --- a/lisp/ChangeLog Tue Oct 21 22:38:59 2003 +0000 +++ b/lisp/ChangeLog Tue Oct 21 23:08:11 2003 +0000 @@ -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 -r f27266006051 -r ff56d93fae3f man/ChangeLog --- a/man/ChangeLog Tue Oct 21 22:38:59 2003 +0000 +++ b/man/ChangeLog Tue Oct 21 23:08:11 2003 +0000 @@ -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.