hanchenye-llvm-project/lldb/tools
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
..
argdumper Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
compact-unwind *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
darwin-debug [CMake] Refactor LLDB libraries and tools to be components 2016-12-15 22:01:17 +00:00
darwin-threads *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
debugserver Rename Error -> Status. 2017-05-12 04:51:55 +00:00
driver [Windows] Remove the #include <eh.h> hack. 2017-03-03 20:21:59 +00:00
install-headers add back an Xcode-specific Makefile for header installation 2016-01-28 22:34:36 +00:00
intel-mpx [CMake] Final dependency cleanup patch! 2017-02-08 21:00:46 +00:00
lldb-mi Fix a small issue with -var-update. 2017-06-01 10:33:13 +00:00
lldb-perf Make lldb -Werror clean for -Wstring-conversion 2017-01-06 00:38:06 +00:00
lldb-server replace uses of strerror with llvm::sys::StrError 2017-06-06 14:06:17 +00:00
CMakeLists.txt Add a command to access and manipulate the Intel(R) MPX Boundary Tables. 2017-01-31 18:02:54 +00:00