gdb/
[deliverable/binutils-gdb.git] / gdb / gdbthread.h
index 1833a9e729df37c90adf2075a91b18204d06225a..ccdaeb0ed403d53c736e4427b4a2b484e1336f64 100644 (file)
@@ -165,6 +165,11 @@ struct thread_info
      next time inferior stops if it stops due to stepping.  */
   int step_multi;
 
+  /* This is used to remember when a fork or vfork event was caught by
+     a catchpoint, and thus the event is to be followed at the next
+     resume of the thread, and not immediately.  */
+  struct target_waitstatus pending_follow;
+
   /* Last signal that the inferior received (why it stopped).  */
   enum target_signal stop_signal;
 
This page took 0.024815 seconds and 4 git commands to generate.