2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
[deliverable/binutils-gdb.git] / gdb / lin-lwp.c
index 10ee38024bc5a1e5a118a250286c04e61117705e..5971630f9e81a3b2744cd39702cf888ef40300e0 100644 (file)
@@ -1213,6 +1213,7 @@ child_wait (ptid_t ptid, struct target_waitstatus *ourstatus)
            {
              ptrace (PTRACE_DETACH, ourstatus->value.related_pid, 0, 0);
              ourstatus->kind = TARGET_WAITKIND_IGNORE;
+             ptrace (PTRACE_CONT, pid, 0, 0);
              pid = -1;
              save_errno = EINTR;
            }
This page took 0.025717 seconds and 4 git commands to generate.