Handle multiple target events before commit resume
[deliverable/binutils-gdb.git] / gdb / target.h
index 7469e6bee7a61c76e91b422451ed425832488a45..1ce1ab8cc47d147ee10f569f704fd751e45c78b7 100644 (file)
@@ -429,6 +429,8 @@ struct target_info
 
 struct target_ops
   {
+    bool pending_commit_resume = false;
+
     /* Return this target's stratum.  */
     virtual strata stratum () const = 0;
 
This page took 0.023481 seconds and 4 git commands to generate.