gdb: fix vfork with multiple threads
[deliverable/binutils-gdb.git] / gdb / inferior.h
index f61b5889e858f69e9c4f3f140f929e1a2ae7dfa1..ae5660813a04f4612c52f990ebedc3ecdf66068f 100644 (file)
@@ -508,10 +508,8 @@ public:
      exits or execs.  */
   bool pending_detach = false;
 
-  /* True if this inferior is a vfork parent waiting for a vfork child
-     not under our control to be done with the shared memory region,
-     either by exiting or execing.  */
-  bool waiting_for_vfork_done = false;
+  /* FIX COMMENT */
+  thread_info *thread_waiting_for_vfork_done = nullptr;
 
   /* True if we're in the process of detaching from this inferior.  */
   bool detaching = false;
This page took 0.02321 seconds and 4 git commands to generate.