Remove redundant WIFSTOPPED check
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-low.c
index c008847a42d91149171b2b0c3c2448bc0fc74de1..183cdd9e74336f1420236deaadd70e895ed87f08 100644 (file)
@@ -2443,7 +2443,7 @@ linux_low_filter_event (int lwpid, int wstat)
        }
     }
 
-  if (WIFSTOPPED (wstat) && linux_wstatus_maybe_breakpoint (wstat))
+  if (linux_wstatus_maybe_breakpoint (wstat))
     {
       if (save_stop_reason (child))
        have_stop_pc = 1;
This page took 0.027715 seconds and 4 git commands to generate.