gdb: make frame_debug a boolean
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 92a102c9fca5e48e71ada0d9c697c7c006218045..2a6a61dbfacea352918b6888ca1dab1d3f11b38e 100644 (file)
@@ -1,3 +1,47 @@
+2021-06-29  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * frame.h (frame_debug): Change type to bool.
+       * frame.c (frame_debug): Change type to bool.
+       (_initialize_frame): Adjust.
+
+2021-06-29  Tankut Baris Aktemur  <tankut.baris.aktemur@intel.com>
+
+       * gdbthread.h (find_thread_ptid): Remove the duplicate declaration.
+
+2021-06-28  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       PR gdb/28017
+       * machoread.c (macho_symfile_offsets): Use
+       gdb_bfd_count_sections to allocate objfile::section_offsets.
+
+2021-06-28  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * objfiles.h (struct obj_section): Move down.
+       <offset, set_offset, addr, endaddr>: New.
+       (obj_section_offset, obj_section_addr, obj_section_endaddr),
+       replace all users to use obj_section methods.
+       (struct objfile) <section_offset, set_section_offset>: New.
+
+2021-06-28  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * objfiles.h (struct obj_section): Move down.
+       <offset, set_offset, addr, endaddr>: New.
+       (obj_section_offset, obj_section_addr, obj_section_endaddr),
+       replace all users to use obj_section methods.
+       (struct objfile) <section_offset, set_section_offset>: New.
+
+2021-06-28  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * .flake8: New.
+
+2021-06-28  Luis Machado  <luis.machado@linaro.org>
+
+       * aarch64-linux-tdep.c (aarch64_linux_memtag_matches_p): Remove the top
+       byte.
+       (aarch64_linux_set_memtags): Likewise.
+       (aarch64_linux_get_memtag): Likewise.
+       (aarch64_linux_report_signal_info): Likewise.
+
 2021-06-28  Luis Machado  <luis.machado@linaro.org>
 
        * aarch64-linux-tdep.c
This page took 0.034288 seconds and 4 git commands to generate.