gdb: rename type::{arch,objfile} -> type::{arch_owner,objfile_owner}
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 6cf6d40a247b531b0e750c37e7b3667a611af277..88dfba7c5f0103029d885a7599d22b14073bd5a7 100644 (file)
@@ -1,3 +1,25 @@
+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
This page took 0.026325 seconds and 4 git commands to generate.