[Lldb-commits] [PATCH] D53785: [FileSystem] Move EnumerateDirectory from FileSpec to FileSystem.
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 26 17:09:25 PDT 2018
JDevlieghere created this revision.
JDevlieghere added reviewers: zturner, labath, jingham, clayborg.
JDevlieghere added a project: LLDB.
This patch moves the EnumerateDirectory functionality and related enums and typedefs from FileSpec to FileSystem. The long term goal is to remove this method and use the filesystem iterators without this indirection, but for introducing the VFS into LLDB this should be sufficient.
Repository:
rLLDB LLDB
https://reviews.llvm.org/D53785
Files:
include/lldb/Utility/FileSpec.h
source/Core/Debugger.cpp
source/Core/PluginManager.cpp
source/Plugins/Platform/MacOSX/PlatformAppleTVSimulator.cpp
source/Plugins/Platform/MacOSX/PlatformAppleWatchSimulator.cpp
source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
source/Plugins/Platform/MacOSX/PlatformDarwin.h
source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp
source/Plugins/Platform/MacOSX/PlatformDarwinKernel.h
source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.cpp
source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.h
source/Plugins/Platform/MacOSX/PlatformiOSSimulator.cpp
source/Target/Platform.cpp
source/Utility/FileSpec.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53785.171377.patch
Type: text/x-patch
Size: 35353 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20181027/d96eb4c4/attachment-0001.bin>
More information about the lldb-commits
mailing list