[Lldb-commits] [PATCH] D53834: [FileSystem] Remove ResolveExecutableLocation() from FileSpec
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 29 14:35:34 PDT 2018
JDevlieghere created this revision.
JDevlieghere added reviewers: zturner, labath, davide.
JDevlieghere added a project: LLDB.
Herald added a subscriber: emaste.
This patch removes the `ResolveExecutableLocation` method from FileSpec and updates its uses with calls to the FileSystem.
Repository:
rLLDB LLDB
https://reviews.llvm.org/D53834
Files:
include/lldb/Host/FileSystem.h
include/lldb/Utility/FileSpec.h
source/API/SBFileSpec.cpp
source/Host/common/FileSystem.cpp
source/Host/common/MonitoringProcessLauncher.cpp
source/Host/macosx/objcxx/Host.mm
source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
source/Plugins/Platform/Windows/PlatformWindows.cpp
source/Target/ProcessLaunchInfo.cpp
source/Utility/FileSpec.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53834.171576.patch
Type: text/x-patch
Size: 8732 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20181029/5d6b7fef/attachment-0001.bin>
More information about the lldb-commits
mailing list