PR server/10048
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-low.h
index b076c5d87e1423fc40b7e1a33862fc46708d5ef0..fc93a0e491f93c880ff4d3a87bd345a61123ea87 100644 (file)
@@ -146,6 +146,10 @@ struct lwp_info
      was a single-step.  */
   int stepping;
 
+  /* If this flag is set, we need to set the event request flags the
+     next time we see this LWP stop.  */
+  int must_set_ptrace_flags;
+
   /* If this is non-zero, it points to a chain of signals which need to
      be delivered to this process.  */
   struct pending_signals *pending_signals;
This page took 0.022874 seconds and 4 git commands to generate.