[gdb/breakpoints] Fix longjmp master breakpoint with separate debug info
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 3a4844fc70c78f24ad1cb6e1e64e45837b8eb4ee..f16a4d61be297f4f955071f549daa84506039028 100644 (file)
@@ -1,3 +1,68 @@
+2021-01-28  Tom de Vries  <tdevries@suse.de>
+
+       PR breakpoints/27205
+       * breakpoint.c (create_longjmp_master_breakpoint_probe)
+       (create_longjmp_master_breakpoint_names): New function, factored out
+       of ...
+       (create_longjmp_master_breakpoint): ... here.  Only try to install
+       longjmp_names breakpoints in libc.so/libc.so.debug if installing probe
+       breakpoint in libc.so failed.
+
+2021-01-27  Lancelot SIX  <lsix@lancelotsix.com>
+
+       PR gdb/27133
+       * cli/cli-interp.c (cli_interp_base::set_logging): Ensure the
+       unique_ptr is released when the wrapped pointer is kept for later
+       use.
+
+2021-01-27  Matthew Malcomson  <matthew.malcomson@arm.com>
+
+       * aarch64-tdep.c (aarch64_displaced_step_others): Account for
+       BLR and BR instructions.
+       * arch/aarch64-insn.h (enum aarch64_opcodes): Add BR opcode.
+       (enum aarch64_masks): New.
+
+2021-01-26  Tom Tromey  <tromey@adacore.com>
+
+       * windows-nat.c (DEBUG_EXEC, DEBUG_EVENTS, DEBUG_MEM)
+       (DEBUG_EXCEPT): Use debug_prefixed_printf_cond.
+       (windows_init_thread_list, windows_nat::handle_load_dll)
+       (windows_nat::handle_unload_dll, windows_nat_target::resume)
+       (windows_nat_target::resume)
+       (windows_nat_target::get_windows_debug_event)
+       (windows_nat_target::interrupt, windows_xfer_memory)
+       (windows_nat_target::close): Update.
+       * nat/windows-nat.c (DEBUG_EVENTS): Use
+       debug_prefixed_printf_cond.
+       (matching_pending_stop, fetch_pending_stop)
+       (continue_last_debug_event): Update.
+
+2020-12-17  Mihails Strasuns  <mihails.strasuns@intel.com>
+
+       * linux-tdep.c (linux_make_mappings_corefile_notes): Start using
+       elfcore_write_file_note.
+
+2021-01-26  Shahab Vahedi  <shahab@synopsys.com>
+
+       * arc-tdep.c (arc_add_reggroups): New function.
+       (arc_gdbarch_init): Call arc_add_reggroups.
+
+2021-01-26  Anton Kolesov  <anton.kolesov@synopsys.com>
+
+       * arc-tdep.c (arc_skip_prologue): Log "pc" address.
+
+2021-01-25  Bernd Edlinger  <bernd.edlinger@hotmail.de>
+           Simon Marchi  <simon.marchi@polymtl.ca>
+           Tom de Vries  <tdevries@suse.de>
+
+       * dwarf2/read.c (partial_die_info::read): Use as_unsigned () for
+       DW_AT_ranges.
+
+2021-01-25  Tom Tromey  <tromey@adacore.com>
+
+       * dwarf2/read.c (get_mpz): New function.
+       (get_dwarf2_rational_constant): Use it.
+
 2021-01-25  Tom Tromey  <tromey@adacore.com>
 
        * ada-lang.c (resolve_subexp): Handle array context.
This page took 0.023565 seconds and 4 git commands to generate.