llvm-project/lldb/unittests/ScriptInterpreter
Jonas Devlieghere 50bc1ed290 [FileSystem] Open File instances through the FileSystem.
This patch modifies how we open File instances in LLDB. Rather than
passing a path or FileSpec to the constructor, we now go through the
virtual file system. This is needed in order to make things work with
the VFS in the future.

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

llvm-svn: 346049
2018-11-02 22:34:51 +00:00
..
Python [FileSystem] Open File instances through the FileSystem. 2018-11-02 22:34:51 +00:00
CMakeLists.txt