Refactor Windows process plugin to allow code sharing between live and mini dump debugging.

llvm-svn: 251540
This commit is contained in:
Adrian McCarthy
2015-10-28 18:21:45 +00:00
parent 9413fa26af
commit 18a9135d56
33 changed files with 2063 additions and 1764 deletions

View File

@@ -76,7 +76,7 @@
#if defined(_MSC_VER)
#include "lldb/Host/windows/windows.h"
#include "Plugins/Process/Windows/Live/ProcessWindows.h"
#include "Plugins/Process/Windows/Live/ProcessWindowsLive.h"
#include "Plugins/Process/Windows/MiniDump/ProcessWinMiniDump.h"
#endif
@@ -307,7 +307,7 @@ SystemInitializerFull::Initialize()
ObjCPlusPlusLanguage::Initialize();
#if defined(_MSC_VER)
ProcessWindows::Initialize();
ProcessWindowsLive::Initialize();
#endif
#if defined(__FreeBSD__)
ProcessFreeBSD::Initialize();