llvm-project/lldb/unittests/Core
Jonas Devlieghere 46376966ea [FileSystem] Extend file system and have it use the VFS.
This patch extends the FileSystem class with a bunch of functions that
are currently implemented as methods of the FileSpec class. These
methods will be removed in future commits and replaced by calls to the
file system.

The new functions are operated in terms of the virtual file system which
was recently moved from clang into LLVM so it could be reused in lldb.
Because the VFS is stateful, we turned the FileSystem class into a
singleton.

Differential revision: https://reviews.llvm.org/D53532

llvm-svn: 345783
2018-10-31 21:49:27 +00:00
..
Inputs Unit test for Symtab::InitNameIndexes 2018-08-02 10:13:18 +00:00
BroadcasterTest.cpp Fix typos. 2018-10-04 22:33:39 +00:00
CMakeLists.txt Added test for Core/Range class. 2018-08-13 20:43:06 +00:00
DataExtractorTest.cpp Fix dumping of characters with non-standard sizes 2017-10-11 08:48:18 +00:00
EventTest.cpp Reimplement EventDataBytes::Dump to avoid DumpDataExtractor 2018-07-24 10:49:14 +00:00
ListenerTest.cpp Fix typos. 2018-10-04 22:33:39 +00:00
MangledTest.cpp [FileSystem] Extend file system and have it use the VFS. 2018-10-31 21:49:27 +00:00
RangeTest.cpp Added test for Core/Range class. 2018-08-13 20:43:06 +00:00
RichManglingContextTest.cpp [lldb] Remove an assertion in RichManglingContext::GetBufferRef() hit when debugging a native x86 Windows process 2018-09-28 02:33:51 +00:00
StreamCallbackTest.cpp Move many other files from Core -> Utility. 2017-03-06 18:34:25 +00:00