Automatic date update in version.in
[external/binutils.git] / gdb / ChangeLog
index bfcfc74..ee958c3 100644 (file)
@@ -1,3 +1,123 @@
+2019-06-10  Tom de Vries  <tdevries@suse.de>
+
+       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  <kevinb@redhat.com>
+
+       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  <brobecker@adacore.com>
+
+       * version.in: Set GDB version number to 8.3.0.DATE-git.
+
+2019-05-11  Joel Brobecker  <brobecker@adacore.com>
+
+       GDB 8.3 released.
+
+2019-05-11  Joel Brobecker  <brobecker@adacore.com>
+
+       * version.in: Set GDB version number to 8.3.
+
+2019-05-08  Tom Tromey  <tromey@adacore.com>
+
+       * utils.c (fputs_maybe_filtered): Reset style after paging, even
+       when no wrap column is set.
+
+2019-05-04  Tom Tromey  <tom@tromey.com>
+
+       * 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.
+       <obj_section, unrelocated_address, address,
+       set_unrelocated_address>: Update.
+       <ginfo>: New member.
+       * dwarf-index-write.c (write_psymbols, debug_names::insert)
+       (debug_names::write_psymbols): Update.
+
+2019-05-03  Eli Zaretskii  <eliz@gnu.org>
+
+       * 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  <brobecker@adacore.com>
+
+       * windows-nat.c (get_windows_debug_event) <EXIT_PROCESS_DEBUG_EVENT>:
+       Use current_event.dwThreadId instead of main_thread_id.
+
+2019-04-30  Tom Tromey  <tromey@adacore.com>
+
+       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 <siarheit@google.com>
+
+       * 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  <malakhov@mcst.ru>
+
+       PR symtab/24423:
+       * source.c (print_source_lines_base): Advance "iter" when a
+       control character is seen.
+
+2019-04-19  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+       * inferior.h (struct infcall_suspend_state_deleter):
+       Catch exception in destructor to avoid crash.
+
+2019-04-12  Eli Zaretskii  <eliz@gnu.org>
+
+       * 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  <brobecker@adacore.com>
+
+       * version.in: Set GDB version number to 8.2.91.DATE-git.
+
+2019-03-26  Joel Brobecker  <brobecker@adacore.com>
+
+       GDB 8.2.91 released.
+
+2019-03-26  Joel Brobecker  <brobecker@adacore.com>
+
+       * version.in: Set GDB version number to 8.2.91.
+
+2019-03-20  Tom Tromey  <tromey@adacore.com>
+
+       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  <simon.marchi@polymtl.ca>
+
+       * source-cache.c (source_cache::get_source_lines): Re-read
+       fullname after calling open_source_file.
+
 2019-03-18  Pedro Alves  <palves@redhat.com>
            Eli Zaretskii <eliz@gnu.org>