]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/ChangeLog
gdb: New maintenance command to print XML target description
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
index 1219f65b5afa5a4ece71ac97379f5b54c7c860d4..57bd32397d72ad27868bbf83413d48e6bd35575d 100644 (file)
@@ -1,3 +1,48 @@
+2020-06-23  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * target-descriptions.c (tdesc_architecture_name): Protect against
+       NULL pointer dereference.
+       (maint_print_xml_tdesc_cmd): New function.
+       (_initialize_target_descriptions): Register new 'maint print
+       xml-tdesc' command and give it the filename completer.
+       * NEWS: Mention new 'maint print xml-tdesc' command.
+
+2020-06-23  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * target-descriptions.c (class tdesc_compatible_info): New class.
+       (struct target_desc): Change type of compatible vector.
+       (tdesc_compatible_p): Update for change in type of
+       target_desc::compatible.
+       (tdesc_compatible_info_list): New function.
+       (tdesc_compatible_info_arch_name): New function.
+       (tdesc_add_compatible): Update for change in type of
+       target_desc::compatible.
+       (print_c_tdesc::visit_pre): Likewise.
+
+2020-06-23  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * target-descriptions.c (print_c_tdesc::print_c_tdesc): Change
+       whitespace to underscore.
+       (maint_print_c_tdesc_cmd): Use fake filename for target
+       descriptions that came from the target.
+       (_initialize_target_descriptions): Add filename command completion
+       for 'maint print c-tdesc'.
+
+2020-06-23  Simon Marchi  <simon.marchi@efficios.com>
+
+       * dwarf2/loc.c (decode_debug_loclists_addresses): Add empty
+       lines.
+
+2020-06-23  Simon Marchi  <simon.marchi@efficios.com>
+
+       * dwarf2/loc.c (decode_debug_loc_dwo_addresses): Add empty
+       lines.
+       (dwarf2_find_location_expression): Likewise.
+       (call_site_parameter_matches): Likewise.
+       (dwarf2_compile_expr_to_ax): Likewise.
+       (disassemble_dwarf_expression): Likewise.
+       (loclist_describe_location): Likewise.
+
 2020-06-23  Pedro Alves  <palves@redhat.com>
 
        * gdbarch-selftests.c: Don't include inferior.h, gdbthread.h or