llvm-project/lldb/unittests/Utility
Pavel Labath c4063eee0d Introduce chrono to the Communication class
This replaces the raw integer timeout parameters in the class with their
chrono-based equivalents.  To achieve this, I have moved the Timeout class to a
more generic place and added a quick unit test for it.

llvm-svn: 287920
2016-11-25 11:58:44 +00:00
..
Inputs *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
CMakeLists.txt Introduce chrono to the Communication class 2016-11-25 11:58:44 +00:00
ModuleCacheTest.cpp Prevent at compile time converting from Error::success() to Expected<T> 2016-11-11 04:29:25 +00:00
StringExtractorTest.cpp unittests: Specify types in a bunch of unittest EXPECT's 2016-10-17 18:22:03 +00:00
TaskPoolTest.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
TimeoutTest.cpp Introduce chrono to the Communication class 2016-11-25 11:58:44 +00:00
UriParserTest.cpp Convert UriParser to use StringRef. 2016-11-17 01:38:02 +00:00