llvm-project/lldb/source
Zachary Turner 35ed13262d 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
2014-07-28 16:45:18 +00:00
..
API SBCommunication: Fix a pointer-to-function to void-pointer cast 2014-07-22 22:12:58 +00:00
Breakpoint Fix typos. 2014-07-01 21:22:11 +00:00
Commands Fix some warnings in the Windows build. 2014-07-16 20:28:24 +00:00
Core Fix supported architectures on PlatformWindows. 2014-07-28 16:44:49 +00:00
DataFormatters TypeSynthetic: Fix a pointer-to-function to void-pointer cast 2014-07-22 20:40:01 +00:00
Expression Update lldb to track recent Triple arm64 enum removal and collapse into aarch64. 2014-07-23 14:37:35 +00:00
Host Use llvm Support functions to get the user's home directory. 2014-07-28 16:45:05 +00:00
Interpreter Use llvm Support functions to get the user's home directory. 2014-07-28 16:45:05 +00:00
Plugins Teach LLDB about Windows processes. 2014-07-28 16:45:18 +00:00
Symbol LLDB now correctly handles virtual inheritance. 2014-07-19 00:12:57 +00:00
Target Update lldb to track recent Triple arm64 enum removal and collapse into aarch64. 2014-07-23 14:37:35 +00:00
Utility Fix typos. 2014-07-01 21:22:11 +00:00
CMakeLists.txt Teach LLDB about Windows processes. 2014-07-28 16:45:18 +00:00
Makefile Make lldb build with Makefiles on OS X. 2014-01-18 08:05:32 +00:00
lldb-log.cpp Fix typos. 2014-07-01 21:22:11 +00:00
lldb.cpp Teach LLDB about Windows processes. 2014-07-28 16:45:18 +00:00