[Lldb-commits] [PATCH] D11163: Use target.exec-search-paths setting when resolving executable path for remote target.

Oleksiy Vyalov ovyalov at google.com
Tue Jul 14 11:48:47 PDT 2015


ovyalov added inline comments.

================
Comment at: source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp:672
@@ -671,1 +671,3 @@
+    auto error = platform_sp->ResolveExecutable (
+        module_spec, module_sp, executable_search_paths.IsEmpty() ? nullptr : &executable_search_paths);
     if (error.Fail ())
----------------
Done.


http://reviews.llvm.org/D11163







More information about the lldb-commits mailing list