Merge async and sync code paths some more
[deliverable/binutils-gdb.git] / gdb / infrun.h
index 7978d2c82008970ae2afc86a55f67293b1f3e9a8..c5b201fc714f066a41eb33466a5bef66cae2fa6c 100644 (file)
@@ -197,6 +197,10 @@ enum gdb_signal gdb_signal_from_command (int num);
 /* Enables/disables infrun's async event source in the event loop.  */
 extern void infrun_async (int enable);
 
+/* Call infrun's event handler the next time through the event
+   loop.  */
+extern void mark_infrun_async_event_handler (void);
+
 /* The global queue of threads that need to do a step-over operation
    to get past e.g., a breakpoint.  */
 extern struct thread_info *step_over_queue_head;
This page took 0.024942 seconds and 4 git commands to generate.