diff options
| author | Dmitry Dzhus | 2009-08-08 18:24:32 +0000 |
|---|---|---|
| committer | Dmitry Dzhus | 2009-08-08 18:24:32 +0000 |
| commit | 9cbac26bbbed088c520c2e9289e3dc8cbde32465 (patch) | |
| tree | 4ea68dc07ac526d80ce5e6c37b35c3fb150a76ee /lisp/ChangeLog | |
| parent | 8d6bb99e733acf952a9e43a47e3e7ef48ca1f31c (diff) | |
| download | emacs-9cbac26bbbed088c520c2e9289e3dc8cbde32465.tar.gz emacs-9cbac26bbbed088c520c2e9289e3dc8cbde32465.zip | |
(gdb-breakpoints-mode-map): Don't assume threads buffer is present.
(gdb-threads-mode-map): Don't assume breakpoints buffer is present.
(gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
(gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
info in mode name.
(gdb-registers-mode-map): TAB to switch to locals.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 04646b16292..aba028d6ef0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -8,6 +8,12 @@ | |||
| 8 | (gdb-edit-locals-value): Fixed. | 8 | (gdb-edit-locals-value): Fixed. |
| 9 | (gdb-registers-handler-custom): Print registers in right order and | 9 | (gdb-registers-handler-custom): Print registers in right order and |
| 10 | allow changing register values (only for current thread yet). | 10 | allow changing register values (only for current thread yet). |
| 11 | (gdb-breakpoints-mode-map): Don't assume threads buffer is present. | ||
| 12 | (gdb-threads-mode-map): Don't assume breakpoints buffer is present. | ||
| 13 | (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom) | ||
| 14 | (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread | ||
| 15 | info in mode name. | ||
| 16 | (gdb-registers-mode-map): TAB to switch to locals. | ||
| 11 | 17 | ||
| 12 | 2009-08-08 Eli Zaretskii <eliz@gnu.org> | 18 | 2009-08-08 Eli Zaretskii <eliz@gnu.org> |
| 13 | 19 | ||