llvm-project/lldb/source/Host
Jason Molenda e92a74ce64 Add code to PlatformDarwin and HostInfoMacOSX so they return the
correct OS type when running on an apple tv or apple watch.
Also, in TargetList::CreateTargetInternal, check that a platform
is returned by GetPlatformForArchitecture fallback instead of 
adding it to the vector of platforms unconditionally; we can end up
crashing when we call a member function on it later.

<rdar://problem/23601982>, <rdar://problem/21292886>

llvm-svn: 253763
2015-11-21 04:00:43 +00:00
..
android Fix temporary directory computation on linux (pr25147) 2015-10-16 09:32:05 +00:00
common Fix pessimizing moves. Found by clang. 2015-11-07 18:15:05 +00:00
freebsd Make lldb::endian::InlHostByteOrder() private. 2015-11-07 04:40:13 +00:00
linux Add support for abstract domain sockets. 2015-10-22 17:50:33 +00:00
macosx Add code to PlatformDarwin and HostInfoMacOSX so they return the 2015-11-21 04:00:43 +00:00
netbsd Make lldb::endian::InlHostByteOrder() private. 2015-11-07 04:40:13 +00:00
posix Provide ADB port forwarding support for abstract sockets. 2015-11-03 01:37:01 +00:00
windows Fix an issue where LLDB would not launch argdumper correctly if there were spaces in the path to it 2015-11-19 21:17:56 +00:00
CMakeLists.txt Added real editline tests. 2015-10-30 02:54:52 +00:00
Makefile Add a file in Makefile build which is present in CMake build. 2015-10-27 17:39:22 +00:00