Don't kill the process when detaching

* strace.c (detach): Call clearbpt when TCB_BPTSET is set.
This commit is contained in:
Andreas Schwab 2010-01-12 11:16:32 +01:00
parent fdc45590eb
commit 840d85b3e5

View File

@ -1540,7 +1540,7 @@ int sig;
#endif
if (tcp->flags & TCB_BPTSET)
sig = SIGKILL;
clearbpt(tcp);
#ifdef LINUX
/*