gdb: rename type::{arch,objfile} -> type::{arch_owner,objfile_owner}
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index c7335ee0dd8fa1caaef485c5e2a9f4f0a6a0e8c7..88dfba7c5f0103029d885a7599d22b14073bd5a7 100644 (file)
@@ -1,3 +1,64 @@
+2021-01-28  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * gdbtypes.h (struct type) <arch>: Rename to...
+       <arch_owner>: ... this, update all users.
+       <objfile>: Rename to...
+       <objfile_owner>: ... this, update all users.
+
+2021-01-28  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdbcmd.h (execute_command_to_string): Update comment.
+       * top.c (execute_command_to_string): Update header comment.
+
+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.
This page took 0.028529 seconds and 4 git commands to generate.