X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gdb%2FChangeLog;h=ee958c3f6e939bcede915e900072c83e4a5c1770;hb=b93a00ca4d49ce35b52110ac1c49b9e5c4587019;hp=bfcfc748cc03a20df3d88e76a7356f988f94c9a3;hpb=7fa34358ef888d242c3441b2a2342297b17775e3;p=external%2Fbinutils.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bfcfc74..ee958c3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,123 @@ +2019-06-10 Tom de Vries + + PR symtab/24545 + * symtab.c (struct demangled_name_entry): Add language field. + (symbol_set_names): Revert "[gdb/symtab] Fix language of duplicate + static minimal symbol". Set and use language field. + +2019-04-10 Kevin Buettner + + PR gdb/24592 + * amd64-linux-nat.c (amd64_linux_collect_native_gregset): New + function. + (fill_gregset): Call amd64_linux_collect_native_gregset instead + of amd64_collect_native_gregset. + (amd64_linux_nat_target::store_registers): Likewise. + +2019-05-11 Joel Brobecker + + * version.in: Set GDB version number to 8.3.0.DATE-git. + +2019-05-11 Joel Brobecker + + GDB 8.3 released. + +2019-05-11 Joel Brobecker + + * version.in: Set GDB version number to 8.3. + +2019-05-08 Tom Tromey + + * utils.c (fputs_maybe_filtered): Reset style after paging, even + when no wrap column is set. + +2019-05-04 Tom Tromey + + * psymtab.c (psymbol_name_matches, match_partial_symbol) + (lookup_partial_symbol, print_partial_symbols) + (recursively_search_psymtabs, sort_pst_symbols, psymbol_hash) + (psymbol_compare): Update. + (add_psymbol_to_bcache): Clear the entire psymbol. + (maintenance_check_psymtabs): Update. + * psympriv.h (struct partial_symbol): Don't derive from + general_symbol_info. + : Update. + : New member. + * dwarf-index-write.c (write_psymbols, debug_names::insert) + (debug_names::write_psymbols): Update. + +2019-05-03 Eli Zaretskii + + * windows-nat.c [_WIN32_WINNT]: Define _WIN32_WINNT to Windows XP + level, so that various Windows header files expose the necessary + declarations and definitions. + + * symfile.c (find_separate_debug_file): Remove colon from the + drive spec of DOS/Windows file names of the target, so that the + file name produced from DEBUGDIR and the target's directory will + be valid on DOS/Windows systems. + +2019-04-30 Joel Brobecker + + * windows-nat.c (get_windows_debug_event) : + Use current_event.dwThreadId instead of main_thread_id. + +2019-04-30 Tom Tromey + + PR c++/24470: + * dwarf2read.c (process_structure_scope): Handle case where type + has template parameters but no symbol was created. + +2019-04-19 Sergei Trofimovich + + * configure.ac: add --enable-source-highlight switch. + * configure: Regenerate. + * top.c (print_gdb_version): plumb --enable-source-highlight + status to "show configuration". + +2019-04-19 Ilya Yu. Malakhov + + PR symtab/24423: + * source.c (print_source_lines_base): Advance "iter" when a + control character is seen. + +2019-04-19 Philippe Waroquiers + + * inferior.h (struct infcall_suspend_state_deleter): + Catch exception in destructor to avoid crash. + +2019-04-12 Eli Zaretskii + + * utils.c (prompt_for_continue): Don't restore the styling at the + end, as applied_style has the wrong value. This fixes styling in + long lists of file names that are interrupted by the "Continue?" + prompt. + +2019-03-26 Joel Brobecker + + * version.in: Set GDB version number to 8.2.91.DATE-git. + +2019-03-26 Joel Brobecker + + GDB 8.2.91 released. + +2019-03-26 Joel Brobecker + + * version.in: Set GDB version number to 8.2.91. + +2019-03-20 Tom Tromey + + PR gdb/24391 + * infrun.c (handle_inferior_event): Rename from + handle_inferior_event_1. Create a scoped_value_mark. + (handle_inferior_event): Remove. + +2019-03-25 Simon Marchi + + * source-cache.c (source_cache::get_source_lines): Re-read + fullname after calling open_source_file. + 2019-03-18 Pedro Alves Eli Zaretskii