Pass thread_info pointer to various inferior control functions
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 22e500c1b3cfbec68450bdf38fc22bccfa98bc5b..0de37948a084392fc1df5408a34a823234e3ad06 100644 (file)
@@ -1,3 +1,49 @@
+2020-03-06  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * infrun.h: Forward-declare thread_info.
+       (set_step_info): Add thread_info parameter, add doc.
+       * infrun.c (set_step_info): Add thread_info parameter, move doc
+       to header.
+       * infrun.c (process_event_stop_test): Pass thread to
+       set_step_info call.
+       * infcmd.c (set_step_frame): Add thread_info pointer, pass it to
+       set_step_info.
+       (prepare_one_step): Add thread_info parameter, pass it to
+       set_step_frame and prepare_one_step (recursive) call.
+       (step_1): Pass thread to prepare_one_step call.
+       (step_command_fsm::should_stop): Pass thread to
+       prepare_one_step.
+       (until_next_fsm): Pass thread to set_step_frame call.
+       (finish_command): Pass thread to set_step_info call.
+
+2020-03-06  Hannes Domani  <ssbssa@yahoo.de>
+
+       * windows-tdep.c (windows_solib_create_inferior_hook):
+       Check if inferior is running.
+
+2020-03-06  Tom de Vries  <tdevries@suse.de>
+
+       * NEWS: Fix "the the".
+       * ctfread.c: Same.
+
+2020-03-06  Tom de Vries  <tdevries@suse.de>
+
+       * psymtab.c (psymtab_to_symtab): Don't print "done.".
+
+2020-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * .dir-locals.el: Add a comment referencing the other copies of
+       this file.
+
+2020-03-05  John Baldwin  <jhb@FreeBSD.org>
+
+       * fbsd-tdep.c (fbsd_make_corefile_notes): Use std::string for
+       psargs.
+
+2020-03-05  Tankut Baris Aktemur  <tankut.baris.aktemur@intel.com>
+
+       * .gitattributes: New file.
+
 2020-03-04  Tom Tromey  <tom@tromey.com>
 
        * symmisc.c (print_symbol_bcache_statistics)
This page took 0.026198 seconds and 4 git commands to generate.