Remote thread create/exit events
[deliverable/binutils-gdb.git] / gdb / target / waitstatus.h
index ffaddc10c4db2ed63c47e4c21db5c09ed2fe2197..2e393442f51f0dcd0db0e487751bfb38e1f80e6b 100644 (file)
@@ -92,7 +92,13 @@ enum target_waitkind
   TARGET_WAITKIND_NO_HISTORY,
  
   /* There are no resumed children left in the program.  */
-  TARGET_WAITKIND_NO_RESUMED
+  TARGET_WAITKIND_NO_RESUMED,
+
+  /* The thread was created.  */
+  TARGET_WAITKIND_THREAD_CREATED,
+
+  /* The thread has exited.  The exit status is in value.integer.  */
+  TARGET_WAITKIND_THREAD_EXITED,
 };
 
 struct target_waitstatus
This page took 0.025156 seconds and 4 git commands to generate.