diff options
| author | Dmitry Dzhus | 2009-08-09 00:17:01 +0000 |
|---|---|---|
| committer | Dmitry Dzhus | 2009-08-09 00:17:01 +0000 |
| commit | 2db0ae07bce8513db2975836d6e20bfdee9c5f1c (patch) | |
| tree | 94278c4cb7afd3f06b7560e227c0834fa078e0b6 /lisp/ChangeLog | |
| parent | dc076f0b1bf2f69fd1606608e2013791ef7060ea (diff) | |
| download | emacs-2db0ae07bce8513db2975836d6e20bfdee9c5f1c.tar.gz emacs-2db0ae07bce8513db2975836d6e20bfdee9c5f1c.zip | |
(gdb-gud-context-call): Does not need to be a macro.
(gdb-registers-handler-custom): Do not fail when register names
are unavailable.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b6213ebcab2..58a607bc505 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru> | ||
| 2 | |||
| 3 | * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be | ||
| 4 | a macro. | ||
| 5 | (gdb-registers-handler-custom): Do not fail when register names | ||
| 6 | are unavailable. | ||
| 7 | |||
| 1 | 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru> | 8 | 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru> |
| 2 | 9 | ||
| 3 | * progmodes/gdb-mi.el (gdb-control-all-threads) | 10 | * progmodes/gdb-mi.el (gdb-control-all-threads) |