Signed-off-by: Markus Metzger <markus.t.metzger@intel.com>
gdb/
* infrun.h (clear_proceed_status_thread): New.
* infrun.c (clear_proceed_status_thread): Export.
Change-Id: I23e762997359b9769856450e89626707bad1365e
current_stop_id++;
}
-/* Clear out all variables saying what to do when inferior is continued.
- First do this, then set the ones you want, then call `proceed'. */
+/* See infrun.h. */
-static void
+void
clear_proceed_status_thread (struct thread_info *tp)
{
if (debug_infrun)
step/stepi command. */
extern void clear_proceed_status (int step);
+/* Clear out the proceed status of TP. */
+extern void clear_proceed_status_thread (struct thread_info *tp);
+
extern void proceed (CORE_ADDR, enum gdb_signal);
/* The `resume' routine should only be called in special circumstances.