X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2FChangeLog;h=1472cd4aabd028d1d71dcb14bd7244f54bacca18;hb=421d1616230a78449dc2f5abb60f03d38b96c3cf;hp=177b50542ef7c927bd29aaba6ad0bc211e5ebe68;hpb=89a65580f4522f81ef7e4e49298b24f3ebc14355;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 177b50542e..1472cd4aab 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,55 @@ +2020-01-08 Tom Tromey + + * dwarf2read.c (fixup_go_packaging): Use unique_xmalloc_ptr. + +2020-01-08 Tom Tromey + + * 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 + + PR build/24937: + * stap-probe.c (class stap_static_probe_ops): Add constructor. + +2020-01-02 Jon Turney + + * cli/cli-style.c: Set cli_styling to 'true' in the Cygwin build. + +2020-01-06 Andrew Burgess + + * stack.c (print_frame_info): Move disassemble_next_line code + inside source_print block. + +2020-01-06 Eli Zaretskii + + * gdbsupport/gdb_wait.c: Include instead of + gdb/signals.h, as we are now using native signal symbols. + +2020-01-06 Shahab Vahedi + + * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): Avoid + overflow by an early check of content vs threshold. + * tui/tui-source.c (tui_source_window::line_is_displayed): + Likewise. + +2020-01-06 Eli Zaretskii + + * NEWS: Mention the recent fix of $_exitsignal on MS-Windows. + +2020-01-02 Jon Turney + + * coff-pe-read.c (read_pe_exported_syms): Don't try to read the + export table if no section contains it's RVA. + 2020-01-06 Eli Zaretskii * windows-tdep.c: Fix a typo in WINDOWS_SIGABRT.