"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "5d7469e3e4d745bf955c6f6a387e853d54b8583f"
Move detach to FreeBSD- and Linux-specific classes.
On Linux there is no separate notion of a process (vs. a thread) for ptrace(); each thread needs to be individually detached. On FreeBSD we have a separate process context, and we detach just it. Review: http://llvm-reviews.chandlerc.com/D1418 llvm-svn: 189666
Loading
Please register or sign in to comment