llvm-project/lldb/source
Pavel Labath 3d4f7655e7 Remove usage of usleep in generic code
This function is not portable, and there are only a handful of usages of
it anyway. Replacing it with std::this_thread::sleep_for enables us to
get rid of the compatibility code in PosixApi.h.

llvm-svn: 367814
2019-08-05 08:23:25 +00:00
..
API Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC 2019-08-05 05:43:48 +00:00
Breakpoint [Symbol] Use llvm::Expected when getting TypeSystems 2019-07-30 22:12:34 +00:00
Commands SymbolVendor: Introduce Module::GetSymbolFile 2019-08-02 08:16:35 +00:00
Core Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC 2019-08-05 05:43:48 +00:00
DataFormatters [Symbol] Use llvm::Expected when getting TypeSystems 2019-07-30 22:12:34 +00:00
Expression SymbolVendor: Introduce Module::GetSymbolFile 2019-08-02 08:16:35 +00:00
Host Remove usage of usleep in generic code 2019-08-05 08:23:25 +00:00
Initialization [Reproducers] Include lldb version in the reproducer root 2019-06-13 04:35:22 +00:00
Interpreter Format OptionEnumValueElement (NFC) 2019-08-02 00:18:44 +00:00
Plugins Remove usage of usleep in generic code 2019-08-05 08:23:25 +00:00
Symbol Fix ClangASTContext::CreateParameterDeclaration to not call addDecl 2019-08-02 21:41:50 +00:00
Target Remove usage of usleep in generic code 2019-08-05 08:23:25 +00:00
Utility Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC 2019-08-05 05:43:48 +00:00
CMakeLists.txt [CMake] Remove Apple-specific version logic. 2019-04-17 18:23:22 +00:00
lldb.cpp [CMake] Remove Apple-specific version logic. 2019-04-17 18:23:22 +00:00