Fix non-stop regressions caused by "breakpoints always-inserted off" changes
[deliverable/binutils-gdb.git] / gdb / gdbthread.h
index 676849195db659c74df05c0a97c8ec59fc6efbf2..26ca9259edea73e08964fb59761434f6fc533f4b 100644 (file)
@@ -381,6 +381,9 @@ extern void set_executing (ptid_t ptid, int executing);
 /* Reports if thread PTID is executing.  */
 extern int is_executing (ptid_t ptid);
 
+/* True if any (known or unknown) thread is or may be executing.  */
+extern int threads_are_executing (void);
+
 /* Merge the executing property of thread PTID over to its thread
    state property (frontend running/stopped view).
 
This page took 0.024205 seconds and 4 git commands to generate.