diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1125b1e..58a7e98 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2014-10-29 Pedro Alves <palves@redhat.com> + * event-top.c (command_line_handler): Clear the first byte of + linebuffer, when it is first allocated. + +2014-10-29 Pedro Alves <palves@redhat.com> + * tui/tui.c (tui_rl_switch_mode): Wrap tui_enable/tui_disable in TRY_CATCH. |