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

@@ -49,7 +49,7 @@
#if defined(_MSC_VER)
#include "lldb/Host/windows/windows.h"
#include "Plugins/Process/Windows/Live/ProcessWindowsLog.h"
#include "Plugins/Process/Windows/Common/ProcessWindowsLog.h"
#endif
#include "llvm/Support/TargetSelect.h"