llvm-project/lldb/source/Plugins/Process
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
..
FreeBSD Improve PowerPC unwind support 2014-11-12 15:14:08 +00:00
Linux Fix broken NativeProcessLinux.cpp after signature change of ResolveExecutable. 2014-11-17 22:42:28 +00:00
MacOSX-Kernel Get the correct process architecture in ProcessKDP::DidAttach(). 2014-10-31 00:06:52 +00:00
POSIX Fix broken Linux build after signature change of ResolveExecutable. 2014-11-17 22:16:42 +00:00
Utility A pretty big overhaul of the TryFallbackUnwindPlan method in 2014-11-13 07:31:45 +00:00
Windows Change HostThread::GetNativeThread() to return a derived reference. 2014-11-17 22:42:57 +00:00
elf-core Fix a bunch of [-Werror,-Winconsistent-missing-override] errors. 2014-11-04 03:13:17 +00:00
gdb-remote for Oleksiy Vyalov - Redirect stdin, stdout and stderr to /dev/null when launching LLGS process. Differential Revision: http://reviews.llvm.org/D6105 2014-11-05 00:58:55 +00:00
mach-core Don't have ProcessMachCore::CanDebug use the Target's arch when 2014-08-26 22:39:03 +00:00
CMakeLists.txt Create a HostThread abstraction. 2014-09-09 20:54:56 +00:00