Teach non-stop to do in-line step-overs (stop all, step, restart)
[deliverable/binutils-gdb.git] / gdb / infrun.h
index 7d1033c62ef223771c14cf6d2ce888d3bd5a12d5..6108648f698021f62e2bc31757901919bf2714b0 100644 (file)
@@ -189,6 +189,9 @@ extern void signal_catch_update (const unsigned int *);
    systems.  Use of symbolic signal names is strongly encouraged.  */
 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);
+
 /* 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.025631 seconds and 4 git commands to generate.