diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index aaf0485..d7f95a6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2017-10-19 Tom Tromey <tom@tromey.com> + + * mi/mi-main.c (mi_cmd_execute): Update. + * top.h (prepare_execute_command): Return scoped_value_mark. + * value.h (class scoped_value_mark): Use DISABLE_COPY_AND_ASSIGN. + Add move constructor. + * top.c (prepare_execute_command): Return scoped_value_mark. + (execute_command): Update. + 2017-10-19 Pedro Alves <palves@redhat.com> * xml-support.c (xml_fetch_content_from_file): Check fread's |