[Lldb-commits] [PATCH] Extend 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.

Oleksiy Vyalov ovyalov at google.com
Thu Mar 12 14:38:24 PDT 2015


Hi clayborg, vharron, tberghammer,

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.

http://reviews.llvm.org/D8306

Files:
  include/lldb/Target/Platform.h
  source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
  source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.h
  source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
  source/Plugins/Platform/Linux/PlatformLinux.cpp
  source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
  source/Plugins/Platform/Windows/PlatformWindows.cpp
  source/Target/Platform.cpp

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D8306.21878.patch
Type: text/x-patch
Size: 9205 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150312/22bb4f30/attachment.bin>


More information about the lldb-commits mailing list