Change target_read_string to use unique_xmalloc_ptr
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 9b4675f281bd18924be41957c10af68899165969..0ef7a73f74b1224ddb7389a08a1548abbeb3a15f 100644 (file)
@@ -1,3 +1,33 @@
+2018-03-30  Tom Tromey  <tom@tromey.com>
+
+       * windows-nat.c (handle_output_debug_string, handle_exception):
+       Update.
+       * target.h (target_read_string): Update.
+       * target.c (target_read_string): Change "string" to
+       unique_xmalloc_ptr.
+       * solib-svr4.c (open_symbol_file_object, svr4_read_so_list):
+       Update.
+       * solib-frv.c (frv_current_sos): Update.
+       * solib-dsbt.c (dsbt_current_sos): Update.
+       * solib-darwin.c (darwin_current_sos): Update.
+       * linux-thread-db.c (inferior_has_bug): Update.
+       * expprint.c (print_subexp_standard) <case OP_OBJC_MSGCALL>:
+       Update.  Remove alloca.
+       * ada-lang.c (ada_main_name): Update.
+
+2018-03-30  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2read.c (struct free_dwo_file_cleanup_data): Remove.
+       (struct dwo_file_deleter): New.
+       (dwo_file_up): New typedef.
+       (open_and_init_dwo_file): Use dwo_file_up.
+       (free_dwo_file_cleanup): Remove.
+
+2018-03-30  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2read.c (free_dwo_file): Remove "objfile" parameter.
+       (free_dwo_file_cleanup, free_dwo_file_from_slot): Update.
+
 2018-03-30  Tom Tromey  <tom@tromey.com>
 
        * dwarf2read.c (class free_cached_comp_units): New class.
This page took 0.024441 seconds and 4 git commands to generate.