llvm-project/lldb/source/Host
Zachary Turner c30189921e Change HostThread::GetNativeThread() to return a derived reference.
Previously using HostThread::GetNativeThread() required an ugly
cast to most-derived type.  This solves the issue by simply returning
the derived type directly.

llvm-svn: 222185
2014-11-17 22:42:57 +00:00
..
common Change HostThread::GetNativeThread() to return a derived reference. 2014-11-17 22:42:57 +00:00
freebsd Use kern.proc.auxv to get the aux data 2014-11-01 21:27:08 +00:00
linux LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166 2014-11-08 01:41:49 +00:00
macosx Fixed more fallout from running the test suite remotely on iOS devices. 2014-11-17 19:39:20 +00:00
posix Apply SOCK_CLOEXEC flag to socket API functions in order to avoid handle leakage to a forked child process. 2014-11-14 16:25:18 +00:00
windows Decouple ProcessWindows from the Windows debug driver thread. 2014-11-05 22:16:28 +00:00
CMakeLists.txt Disable Editline on Windows. 2014-11-17 21:31:18 +00:00
Makefile Try to fix the Make build 2014-08-15 22:50:48 +00:00