X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=d8b3313030a993313f4ffeffd338d2a85244874c;hb=5e18990f1f2957e59fa4b62d64ed0cb683b65b58;hp=6d61a2cc7c1bfa986f7e0b75a9c8998e9a728a3a;hpb=9984dd9994c3d71fd28f41c50cdece48d6be13a6;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6d61a2cc7c..d8b3313030 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,67 @@ +2021-04-07 Andrew Burgess + + * gdbtypes.c (types_equal): Move pointer equality check earlier in + the function. + +2021-04-07 Caroline Tice + + * dwarf2/read.c (try_open_dwop_file): Add path for the binary to + the search paths used resolve relative location of .dwo file. + +2021-04-07 Andrew Burgess + + * dwarf2/section.c (dwarf2_section_info::get_bfd_owner): Add an + assert. + (dwarf2_section_info::get_file_name): Add an assert. + (dwarf2_section_info::read_string): Display a minimal, sane error + when the dwarf2_section_info is not associated with a bfd section. + +2021-04-07 Andrew Burgess + + * top.c (staged_gdb_datadir): Update comment. + (set_gdb_datadir): Copy the value of gdb_datadir back into + staged_datadir. + (init_main): Initialise staged_gdb_datadir. + +2021-04-06 Tom de Vries + + PR breakpoints/25884 + * infcmd.c (prepare_one_step): Using inline frame info to narrow + stepping range. + +2021-04-06 Tom de Vries + + PR tui/27680 + * tui/tui-disasm.c (len_without_escapes): Pass ptr pointing at escape + to style.parse. + +2021-04-04 Simon Marchi + + * avr-tdep.c (avr_frame_unwind_cache): Use + trad_frame_saved_reg::is_addr. + +2021-04-02 Simon Marchi + + * objfiles.c (get_objfile_bfd_data): Remove objfile parameter, + adjust callers. + +2021-04-02 Simon Marchi + + * psympriv.h (struct partial_symtab) : Change + objfile parameter for objfile_per_bfd_storage, adjust callers. + (struct standard_psymtab) : Likewise. + (struct legacy_psymtab) : Likewise. + * psymtab.c (partial_symtab::partial_symtab): Likewise. + * ctfread.c (struct ctf_psymtab): Likewise. + * dwarf2/read.h (struct dwarf2_psymtab): Likewise. + * dwarf2/read.c (struct dwarf2_include_psymtab): Likewise. + (dwarf2_create_include_psymtab): Likewise. + * objfiles.h (struct objfile_per_bfd_storage) + : Add bfd parameter, adjust callers. + : New method. + : New field. + * objfiles.c (get_objfile_bfd_data): Adjust. + 2021-04-02 Simon Marchi * psymtab.c (partial_symtab::partial_symtab): Change