[Lldb-commits] [PATCH] Move WindowsDYLD to the Plugins/DynamicLoader directory.
Stephane Sezer
sas at cd80.net
Wed Jul 1 14:45:27 PDT 2015
Hi zturner,
This commit moves the Windows DyanamicLoader to the common DynamicLoader
directory. This is required to remote debug Windows targets.
This commit also initializes the Windows DYLD plugin in
SystemInitializerCommon (similarly to both POSIX and MacOSX DYLD
plugins) so that we can automatically instantiate this class when
connected to a windows process.
http://reviews.llvm.org/D10882
Files:
cmake/LLDBDependencies.cmake
source/API/SystemInitializerFull.cpp
source/Initialization/SystemInitializerCommon.cpp
source/Plugins/DynamicLoader/CMakeLists.txt
source/Plugins/DynamicLoader/Windows-DYLD/CMakeLists.txt
source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.cpp
source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.h
source/Plugins/Process/Windows/CMakeLists.txt
source/Plugins/Process/Windows/DynamicLoaderWindows.cpp
source/Plugins/Process/Windows/DynamicLoaderWindows.h
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10882.28901.patch
Type: text/x-patch
Size: 8475 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150701/3a8b80a4/attachment.bin>
More information about the lldb-commits
mailing list