Introduce switch_to_inferior_no_thread
[deliverable/binutils-gdb.git] / gdb / inferior.h
index fe94a01784df221c5d857ee97f2e2474ce4d2605..a9baa52355ef06a566740a15019f51f028c50260 100644 (file)
@@ -308,6 +308,10 @@ extern inferior *current_inferior ();
 
 extern void set_current_inferior (inferior *);
 
+/* Switch inferior (and program space) to INF, and switch to no thread
+   selected.  */
+extern void switch_to_inferior_no_thread (inferior *inf);
+
 /* GDB represents the state of each program execution with an object
    called an inferior.  An inferior typically corresponds to a process
    but is more general and applies also to targets that do not have a
This page took 0.026139 seconds and 4 git commands to generate.