llvm-project/lldb/source/Plugins/Process/Windows
Stephane Sezer 38a1b7ea58 Move WindowsDYLD to the Plugins/DynamicLoader directory.
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
2015-07-08 18:07:13 +00:00
..
x64 [Windows] Add a RegisterContextWindows_x64. 2015-04-27 22:58:57 +00:00
x86 Add logging to ProcessWindows. 2015-05-07 21:39:33 +00:00
CMakeLists.txt Move WindowsDYLD to the Plugins/DynamicLoader directory. 2015-07-08 18:07:13 +00:00
DebuggerThread.cpp Load executable module when attaching to process; implement detach from process. 2015-06-19 18:26:53 +00:00
DebuggerThread.h Load executable module when attaching to process; implement detach from process. 2015-06-19 18:26:53 +00:00
ExceptionRecord.h Enable debugging of multithreaded programs on Windows. 2015-05-18 23:24:32 +00:00
ForwardDecl.h Fix some test failures for Windows. 2014-12-10 23:25:10 +00:00
IDebugDelegate.h Enable debugging of multithreaded programs on Windows. 2015-05-18 23:24:32 +00:00
LocalDebugDelegate.cpp Enable debugging of multithreaded programs on Windows. 2015-05-18 23:24:32 +00:00
LocalDebugDelegate.h Enable debugging of multithreaded programs on Windows. 2015-05-18 23:24:32 +00:00
ProcessWindows.cpp Load executable module when attaching to process; implement detach from process. 2015-06-19 18:26:53 +00:00
ProcessWindows.h Load executable module when attaching to process; implement detach from process. 2015-06-19 18:26:53 +00:00
ProcessWindowsLog.cpp Add logging to ProcessWindows. 2015-05-07 21:39:33 +00:00
ProcessWindowsLog.h Add logging to ProcessWindows. 2015-05-07 21:39:33 +00:00
RegisterContextWindows.cpp Add logging to ProcessWindows. 2015-05-07 21:39:33 +00:00
RegisterContextWindows.h [Windows] Add a RegisterContextWindows_x64. 2015-04-27 22:58:57 +00:00
TargetThreadWindows.cpp Fix step over breakpoint on Windows (which was detected by TestCreateAfterAttach.py). 2015-07-06 17:42:09 +00:00
TargetThreadWindows.h [ProcessWindows] Implement a RegisterContextWindows for x86. 2014-11-20 22:47:32 +00:00