This patch removes the ResolveExecutableLocation method from FileSpec and updates its uses with calls to the FileSystem.
Details
Details
Diff Detail
Diff Detail
- Repository
- rLLDB LLDB
Event Timeline
Comment Actions
Why did you change the function name? I think it would be nice to keep "executable" or something to that effect in the name (e.g. the llvm function has "program"), given that the underlying function checks for the executable bit, and so it cannot be used for general searches.
Comment Actions
Yep you're right, this wasn't clear from the doxygen but I should've checked the llvm implementation.