llvm-project/lldb/source/Host
Greg Clayton ad7aa8147a More fixes to ensure if we are asked to launch a x86_64h process on darwin, that darwin-debug knows what to do and how to handle it.
llvm-svn: 225225
2015-01-06 00:25:18 +00:00
..
common Fix some posix assumptions related to running shell commands. 2014-12-08 21:36:42 +00:00
freebsd Use kern.proc.auxv to get the aux data 2014-11-01 21:27:08 +00:00
linux Add Linux support for HostInfo::GetOSBuildString and HostInfo::GetOSKernelDescription. 2014-12-09 02:13:05 +00:00
macosx More fixes to ensure if we are asked to launch a x86_64h process on darwin, that darwin-debug knows what to do and how to handle it. 2015-01-06 00:25:18 +00:00
posix 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. 2015-01-06 00:21:29 +00:00
windows Only compile RegisterContextWindows_x86.cpp for x86 host architecture. 2014-12-18 18:21:33 +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