Fix ptrace bug when reattaching to a detached process

This commit is contained in:
David van Moolenbroek
2009-11-09 08:12:25 +00:00
parent ebbce7507b
commit a07f8d7646
3 changed files with 92 additions and 1 deletions
-1
View File
@@ -175,7 +175,6 @@ PUBLIC int do_trace()
/* Resume the child as if nothing ever happened. */
child->mp_flags &= ~STOPPED;
child->mp_trace_flags = 0;
req = T_RESUME;
check_pending(child);