* linux-low.c (linux_wait_1): Don't set last_status here.
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-low.c
index 22d8eb12cf196d784780b0d5dc7ee1a689971499..b92e987d691c6baaa5bdf4210364aa8a6f3146f2 100644 (file)
@@ -2391,9 +2391,6 @@ Check if we're already there.\n",
             ourstatus->kind,
             ourstatus->value.sig);
 
-  if (!stabilizing_threads)
-    current_inferior->last_status = *ourstatus;
-
   return ptid_of (event_child);
 }
 
This page took 0.023408 seconds and 4 git commands to generate.