Don't have both lldb and debugserver call waitpid on the target process. This...
Don't have both lldb and debugserver call waitpid on the target process. This sets up a race condition, and if lldb wins, then debugserver won't get the correct error status to lldb. <rdar://problem/16030008> llvm-svn: 201744
Loading
Please register or sign in to comment