This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
7cc3494deabb58d810cb1e56636d033572ae4ee4
clang-p2996
/
lldb
/
source
/
Host
/
posix
/
HostThreadPosix.cpp
Greg Clayton
62f24e97bd
Fix being able to get a thread result when calling HostThreadPosix::Join(). It was broken when initially checked in by getting the thread result into a temporary variable and never doing anything with it. Most threads in LLDB don't look at their thread results, but launching processes in a terminal window on MacOSX does require getting a thread result and this broke "process launch --tty" on darwin.
...
<rdar://problem/19308966> llvm-svn: 225224
2015-01-06 00:21:29 +00:00
1.5 KiB
Raw
Blame
History
View Raw
Reference in New Issue
View Git Blame
Copy Permalink