Extended Platform(s) in order to cache remote executables using ModuleCache and make POSIX dynamic loader to use this flow when attaching to a remote target.
Added executable cache support to Linux, FreeBSD, Windows and Darwin platforms.
Details
Details
- Reviewers
vharron clayborg tberghammer
Diff Detail
Diff Detail
Event Timeline
Comment Actions
AFFECTED FILES
/lldb/trunk/include/lldb/Target/Platform.h /lldb/trunk/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp /lldb/trunk/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.h /lldb/trunk/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp /lldb/trunk/source/Plugins/Platform/Linux/PlatformLinux.cpp /lldb/trunk/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp /lldb/trunk/source/Plugins/Platform/Windows/PlatformWindows.cpp /lldb/trunk/source/Target/Platform.cpp
USERS
ovyalov (Author)