summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/Spiller.cpp
diff options
context:
space:
mode:
authorCaroline Tice <ctice@apple.com>2010-11-02 16:16:53 +0000
committerCaroline Tice <ctice@apple.com>2010-11-02 16:16:53 +0000
commit5d7be2e6179b165f99ad1d6853b48be9ac5883ba (patch)
tree000df268fec213720bb0cde323ac659bfd2941de /llvm/lib/CodeGen/Spiller.cpp
parent321ab7a1c8fcde0e2a115b0499b6f37eaad0314e (diff)
downloadbcm5719-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/Spiller.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud