[Lldb-commits] [PATCH] D53532: [FileSpec] Add VFS support

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 22 15:12:20 PDT 2018


JDevlieghere created this revision.
JDevlieghere added reviewers: zturner, labath, clayborg.
JDevlieghere added a project: LLDB.

This patch adds support for virtual file systems by delegating relevant operations. By default the real file system is used so this should be NFC for all intents and purposes.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D53532

Files:
  include/lldb/Utility/FileSpec.h
  source/API/SBFileSpec.cpp
  source/Utility/FileSpec.cpp
  unittests/Utility/FileSpecTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53532.170507.patch
Type: text/x-patch
Size: 17194 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20181022/7a565cda/attachment-0001.bin>


More information about the lldb-commits mailing list