[Lldb-commits] [PATCH] D113487: [lldb] Refactor Platform::ResolveExecutable
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Nov 9 07:59:21 PST 2021
labath added inline comments.
================
Comment at: lldb/source/Target/Platform.cpp:865
+
+Status
+Platform::ResolveRemoteExecutable(const ModuleSpec &module_spec,
----------------
Next step is to merge this with the `if (!m_remote_platform_sp)` path in RemoteAwarePlatform::ResolveExecutable
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113487/new/
https://reviews.llvm.org/D113487
More information about the lldb-commits
mailing list