[Lldb-commits] [PATCH] D53831: [FileSystem] Remove GetPermissions() and Readable() from FileSpec
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 29 13:31:04 PDT 2018
JDevlieghere created this revision.
JDevlieghere added reviewers: zturner, labath, davide.
JDevlieghere added a project: LLDB.
Herald added subscribers: abidh, emaste.
This patch removes the `GetPermissions` and `GetReadable` methods from FileSpec and updates its uses with calls to the FileSystem.
Repository:
rLLDB LLDB
https://reviews.llvm.org/D53831
Files:
include/lldb/Utility/FileSpec.h
source/API/SBPlatform.cpp
source/Commands/CommandObjectTarget.cpp
source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
source/Plugins/Platform/MacOSX/PlatformAppleTVSimulator.cpp
source/Plugins/Platform/MacOSX/PlatformAppleWatchSimulator.cpp
source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.cpp
source/Plugins/Platform/MacOSX/PlatformiOSSimulator.cpp
source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
source/Plugins/Platform/Windows/PlatformWindows.cpp
source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
source/Target/Platform.cpp
source/Utility/FileSpec.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53831.171563.patch
Type: text/x-patch
Size: 11049 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20181029/c77ee6e6/attachment.bin>
More information about the lldb-commits
mailing list