gdbserver resume_stop handling bug
[binutils-gdb.git] / gdb / gdbserver / linux-low.c
index 69fda7fe7021256cac2ed6dbf2df3e792894a149..1f7d8d17f6220cca9bb16f3da6e466510ed6f728 100644 (file)
@@ -2409,7 +2409,6 @@ resume_stopped_resumed_lwps (struct inferior_list_entry *entry)
   if (lp->stopped
       && !lp->suspended
       && !lp->status_pending_p
-      && thread->last_resume_kind != resume_stop
       && thread->last_status.kind == TARGET_WAITKIND_IGNORE)
     {
       int step = thread->last_resume_kind == resume_step;