Use target.exec-search-paths setting when resolving executable path for remote target.
Additionally check for valid module's UUID on host side - if module has valid UUID we can try lookup it locally, even if full path doesn't exist on a host..
Details
Details
- Reviewers
clayborg tberghammer
Diff Detail
Diff Detail
Event Timeline
source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp | ||
---|---|---|
672 | (nit): I would prefer to remove the inverse logic in the ?: operator |
Comment Actions
Review fixes.
source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp | ||
---|---|---|
672 | Done. |
Comment Actions
Files:
/lldb/trunk/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp /lldb/trunk/source/Plugins/Platform/Linux/PlatformLinux.cpp /lldb/trunk/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
Users:
ovyalov (Author)
(nit): I would prefer to remove the inverse logic in the ?: operator