Move some DWARF code out of symfile.h
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 4ead5ae64513bce266101c7685837d4139bef99c..5509d39d101bb2c007dd7150757c9e5236abf6ef 100644 (file)
@@ -1,3 +1,52 @@
+2021-03-20  Tom Tromey  <tom@tromey.com>
+
+       * symfile.h (enum dwarf2_section_enum)
+       (dwarf2_get_section_info): Move to dwarf2/read.h.
+       * dwarf2/read.h (enum dwarf2_section_enum)
+       (dwarf2_get_section_info): Move from symfile.h.
+
+2021-03-19  Pedro Alves  <pedro@palves.net>
+
+       * thread.c (any_thread_of_inferior): Check if there's a selected
+       thread before calling inferior_thread().
+
+2021-03-18  Tom Tromey  <tromey@adacore.com>
+
+       * dwarf2/stringify.c (dwarf_unit_type_name): New function.  Use
+       get_DW_UT_name.
+       * dwarf2/stringify.h (dwarf_unit_type_name): Declare.
+       * dwarf2/comp-unit.c (dwarf_unit_type_name): Remove.
+
+2021-03-18  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * python/py-param.c (get_set_value): Update header comment.
+
+2021-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * infrun.c (check_multi_target_resumption): Remove argument to
+       all_non_exited_inferiors.
+
+2021-03-16  Christian Biesinger  <cbiesinger@google.com>
+
+       * windows-nat.c (windows_init_thread_list): Add message to
+       debug log.
+
+2021-03-16  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * python/py-framefilter.c (py_print_frame): Use PyInt_Check as
+       well as PyLong_Check for Python 2.
+
+2021-03-15  Tom Tromey  <tromey@adacore.com>
+
+       PR build/27579:
+       * rust-exp.y (maker_map): Use gdb::hash_enum.
+       * stap-probe.c (stap_maker_map): Use gdb::hash_enum.
+
+2021-03-15  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * dwarf2/read.c (create_debug_type_hash_table): Remove colon at
+       end of debug print.
+
 2021-03-15  Simon Marchi  <simon.marchi@polymtl.ca>
 
        * dwarf2/read.c (dw2_get_file_names_reader): Remove info_ptr
This page took 0.024314 seconds and 4 git commands to generate.