PR25827, Null pointer dereferencing in scan_unit_for_symbols
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 508a5517f95f8d37b3b7694dc61448939de60257..291a3ae70d89351a1c008b5dcc23a597f0f22204 100644 (file)
@@ -1,3 +1,122 @@
+2020-04-15  Kamil Rytarowski  <n54@gmx.com>
+
+       * obsd-nat.c (obsd_nat_target::update_thread_list): Pass "this" to
+       thread functions.
+       (obsd_nat_target::wait): Likewise.
+
+2020-04-15  Tom Tromey  <tromey@adacore.com>
+
+       * windows-nat.c (DEBUG_EXEC, DEBUG_EVENTS, DEBUG_MEM)
+       (DEBUG_EXCEPT): Use debug_printf.
+
+2020-04-15  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * completer.c (class completion_tracker::completion_hash_entry)
+       <hash_name>: New member function.
+       (completion_tracker::discard_completions): New callback to hash a
+       completion_hash_entry, pass this to htab_create_alloc.
+
+2016-01-20  Jon Turney  <jon.turney@dronecode.org.uk>
+
+       * windows-nat.c (windows_make_so): Warn rather than stopping with
+       an error if realpath() fails.
+
+2020-04-14  Kamil Rytarowski  <n54@gmx.com>
+
+       * nbsd-nat.c (nbsd_pid_to_kinfo_proc2): New.
+       (nbsd_nat_target::info_proc): Add do_status.
+
+2020-04-14  Simon Marchi  <simon.marchi@polymtl.ca>
+           Tom de Vries  <tdevries@suse.de>
+
+       PR symtab/25718
+       * psympriv.h (struct partial_symtab::read_symtab)
+       (struct partial_symtab::expand_psymtab)
+       (struct partial_symtab::read_dependencies): Update comments.
+       * dwarf2/read.c (struct dwarf2_include_psymtab::read_symtab): Call
+       read_symtab for includer.
+       (struct dwarf2_include_psymtab::expand_psymtab): Assert false.
+       (struct dwarf2_include_psymtab::readin_p): Call readin_p () for includer.
+       (struct dwarf2_include_psymtab::m_readin): Remove.
+       (struct dwarf2_include_psymtab::includer): New member function.
+       (dwarf2_psymtab::expand_psymtab): Assert !readin.
+
+2020-04-14  Tom de Vries  <tdevries@suse.de>
+
+       PR symtab/25720
+       * symmisc.c (maintenance_expand_symtabs): Call expand_symtabs_matching
+       with NULL symbol_matcher and lookup_name.
+       * psymtab.c (psym_expand_symtabs_matching): Handle NULL symbol_matcher
+       and lookup_name.
+       * dwarf2/read.c (dw2_expand_symtabs_matching)
+       (dw2_debug_names_expand_symtabs_matching): Same.
+       * symfile.h (struct quick_symbol_functions::expand_symtabs_matching):
+       Make lookup_name a pointer.  Update comment.
+       * symtab.c (global_symbol_searcher::expand_symtabs): Handle
+       lookup_name being a pointer.
+       * symfile.c (expand_symtabs_matching): Same.
+       * symfile-debug.c (debug_qf_expand_symtabs_matching): Same.
+       * linespec.c (iterate_over_all_matching_symtabs): Same.
+
+2020-04-13  Tom Tromey  <tom@tromey.com>
+
+       * run-on-main-thread.c: Update include.
+       * unittests/main-thread-selftests.c: Update include.
+       * tui/tui-win.c: Update include.
+       * tui/tui-io.c: Update include.
+       * tui/tui-interp.c: Update include.
+       * tui/tui-hooks.c: Update include.
+       * top.h: Update include.
+       * top.c: Update include.
+       * ser-base.c: Update include.
+       * remote.c: Update include.
+       * remote-notif.c: Update include.
+       * remote-fileio.c: Update include.
+       * record-full.c: Update include.
+       * record-btrace.c: Update include.
+       * python/python.c: Update include.
+       * posix-hdep.c: Update include.
+       * mingw-hdep.c: Update include.
+       * mi/mi-main.c: Update include.
+       * mi/mi-interp.c: Update include.
+       * main.c: Update include.
+       * linux-nat.c: Update include.
+       * interps.c: Update include.
+       * infrun.c: Update include.
+       * inf-loop.c: Update include.
+       * event-top.c: Update include.
+       * event-loop.c: Move to ../gdbsupport/.
+       * event-loop.h: Move to ../gdbsupport/.
+       * async-event.h: Update include.
+       * Makefile.in (COMMON_SFILES, HFILES_NO_SRCDIR): Update.
+
+2020-04-13  Tom Tromey  <tom@tromey.com>
+
+       * tui/tui-win.c: Include async-event.h.
+       * remote.c: Include async-event.h.
+       * remote-notif.c: Include async-event.h.
+       * record-full.c: Include async-event.h.
+       * record-btrace.c: Include async-event.h.
+       * infrun.c: Include async-event.h.
+       * event-top.c: Include async-event.h.
+       * event-loop.h: Move some declarations to async-event.h.
+       * event-loop.c: Don't include ser-event.h or top.h.  Move some
+       code to async-event.c.
+       * async-event.h: New file.
+       * async-event.c: New file.
+       * Makefile.in (COMMON_SFILES): Add async-event.c.
+       (HFILES_NO_SRCDIR): Add async-event.h.
+
+2020-04-13  Tom Tromey  <tom@tromey.com>
+
+       * utils.c (flush_streams): New function.
+       * event-loop.c (gdb_wait_for_event): Call flush_streams.
+
+2020-04-13  Tom Tromey  <tom@tromey.com>
+
+       * event-loop.c (handle_file_event): Use warning, not
+       printf_unfiltered.
+
 2020-04-13  Tom Tromey  <tom@tromey.com>
 
        * event-loop.c: Include <chrono>.
This page took 0.026218 seconds and 4 git commands to generate.