diff options
| author | Nick Roberts | 2003-10-21 23:08:11 +0000 |
|---|---|---|
| committer | Nick Roberts | 2003-10-21 23:08:11 +0000 |
| commit | f2afecdaf3638f1b927766a8941d754f7a5cf76e (patch) | |
| tree | 42b6e9dd27bef553c016b36c708f9c96956dac54 | |
| parent | 307f56361e30fb7c5a6f242155e4c51b839a96c7 (diff) | |
| download | emacs-f2afecdaf3638f1b927766a8941d754f7a5cf76e.tar.gz emacs-f2afecdaf3638f1b927766a8941d754f7a5cf76e.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 5 | ||||
| -rw-r--r-- | lisp/ChangeLog | 12 | ||||
| -rw-r--r-- | man/ChangeLog | 5 |
3 files changed, 19 insertions, 3 deletions
| @@ -2805,9 +2805,8 @@ running under X. | |||
| 2805 | GDB. You can interact with GDB through the GUD buffer in the usual way, but | 2805 | GDB. You can interact with GDB through the GUD buffer in the usual way, but |
| 2806 | there are also further buffers which control the execution and describe the | 2806 | there are also further buffers which control the execution and describe the |
| 2807 | state of your program. It separates the input/output of your program from | 2807 | state of your program. It separates the input/output of your program from |
| 2808 | that of GDB and displays expressions and their current values in their own | 2808 | that of GDB and watches expressions in the speedbar. It also uses features of |
| 2809 | buffers. It also uses features of Emacs 21 such as the display margin for | 2809 | Emacs 21 such as the display margin for breakpoints, and the toolbar. |
| 2810 | breakpoints, and the toolbar. | ||
| 2811 | 2810 | ||
| 2812 | Use M-x gdba to start GDB-UI. | 2811 | Use M-x gdba to start GDB-UI. |
| 2813 | 2812 | ||
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 83b18d1fbc0..99b3d8e3f5a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2003-10-21 Nick Roberts <nick@nick.uklinux.net> | ||
| 2 | |||
| 3 | * gdb-ui.el (gdb-current-language): New variable. | ||
| 4 | (gdb-update-flag): Remove variable. | ||
| 5 | (gud-watch,gdb-frame-handler): Adapt for other languages (Fortran). | ||
| 6 | (gdb-take-last-elt): Remove function. | ||
| 7 | (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt. | ||
| 8 | (gdb-post-prompt): Check for variable object changes here. | ||
| 9 | |||
| 10 | * progmodes/gud.el (gud-speedbar-buttons): Check for variable | ||
| 11 | object changes in gdb-ui.el. | ||
| 12 | |||
| 1 | 2003-10-21 Richard M. Stallman <rms@gnu.org> | 13 | 2003-10-21 Richard M. Stallman <rms@gnu.org> |
| 2 | 14 | ||
| 3 | * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix. | 15 | * 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 @@ | |||
| 1 | 2003-10-22 Nick Roberts <nick@nick.uklinux.net> | ||
| 2 | |||
| 3 | * building.texi (Watch Expressions): Update section on data display | ||
| 4 | to reflect code changes (GDB Graphical Interface). | ||
| 5 | |||
| 1 | 2003-10-17 Thien-Thi Nguyen <ttn@gnu.org> | 6 | 2003-10-17 Thien-Thi Nguyen <ttn@gnu.org> |
| 2 | 7 | ||
| 3 | * tramp.texi (Inline methods): Small grammar fix. | 8 | * tramp.texi (Inline methods): Small grammar fix. |