Remove some explicit memory management from dwarf2read.c
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 476712e6cba33a169c174809d08b2f07f5bd667f..ab9aa9fbd69d9cd35857dba945d5bb689937058b 100644 (file)
@@ -1,3 +1,35 @@
+2020-01-08  Tom Tromey  <tromey@adacore.com>
+
+       * dwarf2read.c (add_partial_symbol): Use unique_xmalloc_ptr.
+       (dwarf2_compute_name, open_dwo_file): Likewise.
+       (process_enumeration_scope): Use std::vector.
+       (guess_partial_die_structure_name): Use unique_xmalloc_ptr.
+       (partial_die_info::fixup, dwarf2_start_subfile)
+       (guess_full_die_structure_name, dwarf2_name): Likewise.
+       (determine_prefix): Update.
+       (guess_full_die_structure_name): Make return type const.
+       (partial_die_full_name): Return unique_xmalloc_ptr.
+       (DW_FIELD_ALLOC_CHUNK): Remove.
+
+2020-01-07  Tom Tromey  <tromey@adacore.com>
+
+       PR build/24937:
+       * stap-probe.c (class stap_static_probe_ops): Add constructor.
+
+2020-01-02  Jon Turney  <jon.turney@dronecode.org.uk>
+
+       * cli/cli-style.c: Set cli_styling to 'true' in the Cygwin build.
+
+2020-01-06  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * stack.c (print_frame_info): Move disassemble_next_line code
+       inside source_print block.
+
+2020-01-06  Eli Zaretskii  <eliz@gnu.org>
+
+       * gdbsupport/gdb_wait.c: Include <signal.h> instead of
+       gdb/signals.h, as we are now using native signal symbols.
+
 2020-01-06  Shahab Vahedi  <shahab@synopsys.com>
 
        * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): Avoid
This page took 0.023244 seconds and 4 git commands to generate.