Teach LLDB about Windows processes.
authorZachary Turner <zturner@google.com>
Mon, 28 Jul 2014 16:45:18 +0000 (16:45 +0000)
committerZachary Turner <zturner@google.com>
Mon, 28 Jul 2014 16:45:18 +0000 (16:45 +0000)
commit35ed13262d1f9a6434dab9f00e7abf011f854bdc
tree3373e37d8d0c23cdfbe04055723526fdfb6f4aad
parent9e757b7ebe5c3e1a07d4e3f5757f2dd19a78a8a1
Teach LLDB about Windows processes.

This patch creates a simple ProcessWindows process plugin.
The only thing it knows how to do currently is create processes.

Differential Revision: http://reviews.llvm.org/D4681

llvm-svn: 214094
lldb/source/CMakeLists.txt
lldb/source/Plugins/Process/CMakeLists.txt
lldb/source/Plugins/Process/Windows/CMakeLists.txt [new file with mode: 0644]
lldb/source/Plugins/Process/Windows/ProcessWindows.cpp [new file with mode: 0644]
lldb/source/Plugins/Process/Windows/ProcessWindows.h [new file with mode: 0644]
lldb/source/lldb.cpp