llvm-project/lldb/source/Host
Greg Clayton 009597d048 Fix needed for the new terminal test I previously checked in. It was crashing due to a NULL dereference.
llvm-svn: 225316
2015-01-06 23:33:34 +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 Fix needed for the new terminal test I previously checked in. It was crashing due to a NULL dereference. 2015-01-06 23:33:34 +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