This patch creates a ProcessWindows class which knows how to manage processes on Windows.
Currently this is very simple, and the only thing it can do is launch a process. More functionality will be added over time.
Paths
| Differential D4681
Create a ProcessWindows plugin for LLDB ClosedPublic Authored by zturner on Jul 25 2014, 4:45 PM.
Details Summary This patch creates a ProcessWindows class which knows how to manage processes on Windows. Currently this is very simple, and the only thing it can do is launch a process. More functionality will be added over time.
Diff Detail
Revision Contents
Diff 11949 lldb/trunk/source/CMakeLists.txt
lldb/trunk/source/Plugins/Process/CMakeLists.txt
lldb/trunk/source/Plugins/Process/Windows/CMakeLists.txt
lldb/trunk/source/Plugins/Process/Windows/ProcessWindows.h
lldb/trunk/source/Plugins/Process/Windows/ProcessWindows.cpp
lldb/trunk/source/lldb.cpp
|