]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/ChangeLog
mi_load_progress: Restore current_uiout using a scoped_restore
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
index f88cd6e1a45908443a58cb9251c0f5cc4703f860..9ee44fbca891081ab711640f5d8551ec50dfd709 100644 (file)
@@ -1,3 +1,48 @@
+2017-09-16  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * mi/mi-main.c (mi_load_progress): Restore current_uiout using a
+       scoped_restore.
+
+2017-09-16  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * mi/mi-main.c (mi_load_progress): Make uiout variable
+       a unique_ptr.
+
+2017-09-15  Pedro Alves  <palves@redhat.com>
+
+       * compile/compile-c-types.c (convert_enum, convert_int)
+       (convert_float): Adjust to refer to int_type_v0 and float_type_v0.
+
+2017-09-15  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * dwarf2read.c (copy_string): Remove.
+       (parse_macro_definition): Replace copy_string with savestring.
+
+2017-09-15  Yao Qi  <yao.qi@linaro.org>
+
+       * configure.tgt (i[34567]86-*-darwin*): Append amd64.o to
+       gdb_target_obs.
+       (i[34567]86-*-solaris2.1[0-9]* | x86_64-*-solaris2.1[0-9]*):
+       Likewise.
+       (i[34567]86-*-linux*): Likewise.
+
+2017-09-14  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * dwarf2expr.h (dwarf_stack_value): Add constructor.
+       (dwarf_expr_context) <~dwarf_expr_context>: Define as default.
+       <stack>: Change type to std::vector.
+       <stack_len, stack_allocated>: Remove.
+       <grow_stack>: Remove.
+       * dwarf2expr.c (dwarf_expr_context::dwarf_expr_context): Adjust.
+       (dwarf_expr_context::~dwarf_expr_context): Remove.
+       (dwarf_expr_context::grow_stack): Remove.
+       (dwarf_expr_context::push): Adjust.
+       (dwarf_expr_context::pop): Adjust.
+       (dwarf_expr_context::fetch): Adjust.
+       (dwarf_expr_context::fetch_in_stack_memory): Adjust.
+       (dwarf_expr_context::stack_empty_p): Adjust.
+       (dwarf_expr_context::execute_stack_op): Adjust.
+
 2017-09-14  Simon Marchi  <simon.marchi@ericsson.com>
 
        * dwarf2expr.h (dwarf_expr_context) <stack_empty_p>: Change