diff options
author | Caroline Tice <ctice@apple.com> | 2010-11-02 16:16:53 +0000 |
---|---|---|
committer | Caroline Tice <ctice@apple.com> | 2010-11-02 16:16:53 +0000 |
commit | 5d7be2e6179b165f99ad1d6853b48be9ac5883ba (patch) | |
tree | 000df268fec213720bb0cde323ac659bfd2941de /llvm/lib/CodeGen/Passes.cpp | |
parent | 321ab7a1c8fcde0e2a115b0499b6f37eaad0314e (diff) | |
download | bcm5719-llvm-5d7be2e6179b165f99ad1d6853b48be9ac5883ba.tar.gz bcm5719-llvm-5d7be2e6179b165f99ad1d6853b48be9ac5883ba.zip |
Fix problem where "process detach" was not working properly. The
ptrace thread update that was replying to the SIGSTOP was also causing the
process to not really be sigstop'd any more so then the call to ptrace
detach was failing, and when debugserver exited the attached process
was being killed. Now the ptrace thread update does not disturb the sigstop
state of the thread, so the detach works properly.
llvm-svn: 118018
Diffstat (limited to 'llvm/lib/CodeGen/Passes.cpp')
0 files changed, 0 insertions, 0 deletions