diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 09b3826..264c8a7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,13 @@ 2016-03-09 Pedro Alves <palves@redhat.com> + * event-top.c (async_annotation_suffix): Delete. + (top_level_prompt, command_line_handler): Don't use + 'async_annotation_suffix' and simplify. + * event-top.h (async_annotation_suffix): Delete declaration. + (init_main): Remove reference to 'async_annotation_suffix'. + +2016-03-09 Pedro Alves <palves@redhat.com> + * event-top.c (gdb_readline2): Rename to ... (gdb_readline_no_editing_callback): ... this. (change_line_handler, stdin_event_handler) |