[Lldb-commits] [lldb] [lldb] Unify Platform::ResolveExecutable (PR #96256)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 21 01:55:49 PDT 2024
================
@@ -1004,10 +1004,7 @@ class Platform : public PluginInterface {
virtual const char *GetCacheHostname();
- virtual Status
- ResolveRemoteExecutable(const ModuleSpec &module_spec,
- lldb::ModuleSP &exe_module_sp,
- const FileSpecList *module_search_paths_ptr);
+ /// The method is virtual for mocking in the unit tests.
----------------
labath wrote:
Which function is this comment referring to (if I'm reading the diff right, it's just floating there)?
https://github.com/llvm/llvm-project/pull/96256
More information about the lldb-commits
mailing list