llvm-project/lldb/source/Host
Pavel Labath 10c41f37b5 replace uses of strerror with llvm::sys::StrError
strerror is not thread-safe. llvm's StrError tries hard to retrieve the
string in a thread-safe way and falls back to strerror only if it does
not have another way.

llvm-svn: 304795
2017-06-06 14:06:17 +00:00
..
android *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
common replace uses of strerror with llvm::sys::StrError 2017-06-06 14:06:17 +00:00
freebsd Rename Error -> Status. 2017-05-12 04:51:55 +00:00
linux cmake: Put PROCESS_VM_READV detection results into Config.h 2017-06-02 12:29:08 +00:00
macosx Fix build on Mac OS. 2017-05-12 20:44:09 +00:00
netbsd Rename Error -> Status. 2017-05-12 04:51:55 +00:00
openbsd Rename Error -> Status. 2017-05-12 04:51:55 +00:00
posix replace uses of strerror with llvm::sys::StrError 2017-06-06 14:06:17 +00:00
windows Rename Error -> Status. 2017-05-12 04:51:55 +00:00
CMakeLists.txt Re-landing IPv6 support for LLDB Host 2017-04-26 23:17:20 +00:00