llvm-project/lldb/source/Host
Kate Stone 2eabf2484f Renamed system plugin directory to address https://bugs.swift.org/browse/SR-1093
llvm-svn: 267749
2016-04-27 17:49:51 +00:00
..
android [linux] Remove all traces of signalfd(2) 2016-02-23 12:26:08 +00:00
common llvm::sys::path::home_directory() relies on having "HOME" set in the environment and that might not always be set. Our FileSpec class uses this function to resolve any paths that start with "~/" on systems that support home directories as '~'. I have modified FileSpec::ResolveUsername (llvm::SmallVectorImpl<char> &path) to deal with the cases where llvm::sys::path::home_directory() returns false by digging a little further on unix systems and setting "HOME" in the environment so that subsequent calls to llvm::sys::path::home_directory() will succeed. 2016-04-19 23:04:35 +00:00
freebsd Make lldb::endian::InlHostByteOrder() private. 2015-11-07 04:40:13 +00:00
linux Renamed system plugin directory to address https://bugs.swift.org/browse/SR-1093 2016-04-27 17:49:51 +00:00
macosx Host: fix some -Wformat-pedantic warnings 2016-04-21 16:55:58 +00:00
netbsd Remove autoconf support from source directories. 2016-01-28 22:05:24 +00:00
posix Unicode support on Win32. 2016-03-22 17:58:09 +00:00
windows Fix Windows build. 2016-04-19 01:09:37 +00:00
CMakeLists.txt Added real editline tests. 2015-10-30 02:54:52 +00:00