summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Windows/DynamicLoaderWindows.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move WindowsDYLD to the Plugins/DynamicLoader directory.Stephane Sezer2015-07-081-102/+0
| | | | | | | | | | | | | | | | | | | | | Summary: 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. Test Plan: Build. Reviewers: zturner Subscribers: lldb-commits, abdulras Differential Revision: http://reviews.llvm.org/D10882 llvm-svn: 241697
* Implement attach to process on Windows.Zachary Turner2015-05-201-0/+2
| | | | | | | Differential Revision: http://reviews.llvm.org/D9801 Reviewed by: Adrian McCarthy llvm-svn: 237817
* Implement an empty DynamicLoader plugin for Windows.Zachary Turner2014-12-051-0/+100
llvm-svn: 223496
OpenPOWER on IntegriCloud