This patch removes the GetPermissions and GetReadable methods from FileSpec and updates its uses with calls to the FileSystem.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D53831
[FileSystem] Remove GetPermissions() and Readable() from FileSpec ClosedPublic Authored by JDevlieghere on Oct 29 2018, 1:30 PM.
Details Summary This patch removes the GetPermissions and GetReadable methods from FileSpec and updates its uses with calls to the FileSystem.
Diff Detail
Event TimelineJDevlieghere added a parent revision: D53532: [FileSystem] Extend file system and have it use the VFS..Oct 29 2018, 1:31 PM This revision is now accepted and ready to land.Oct 31 2018, 1:03 AM Closed by commit rL345843: [FileSystem] Remove GetPermissions() and Readable() from FileSpec (authored by JDevlieghere). · Explain WhyNov 1 2018, 8:49 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 172137 lldb/trunk/include/lldb/Utility/FileSpec.h
lldb/trunk/source/API/SBPlatform.cpp
lldb/trunk/source/Commands/CommandObjectTarget.cpp
lldb/trunk/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
lldb/trunk/source/Plugins/Platform/MacOSX/PlatformAppleTVSimulator.cpp
lldb/trunk/source/Plugins/Platform/MacOSX/PlatformAppleWatchSimulator.cpp
lldb/trunk/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.cpp
lldb/trunk/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.cpp
lldb/trunk/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
lldb/trunk/source/Plugins/Platform/Windows/PlatformWindows.cpp
lldb/trunk/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
lldb/trunk/source/Target/Platform.cpp
lldb/trunk/source/Utility/FileSpec.cpp
|