diff options
| author | Adrian McCarthy <amccarth@google.com> | 2015-10-28 18:21:45 +0000 |
|---|---|---|
| committer | Adrian McCarthy <amccarth@google.com> | 2015-10-28 18:21:45 +0000 |
| commit | 18a9135d56522bb585ae005fdafa4678048d0214 (patch) | |
| tree | e399b0a3d7f12318daace934e2e15268791890bb /lldb/source/Plugins/Process/Windows/Live/DebuggerThread.cpp | |
| parent | 9413fa26af7fe9b01ec758b77cf9203ee9b94d77 (diff) | |
| download | bcm5719-llvm-18a9135d56522bb585ae005fdafa4678048d0214.tar.gz bcm5719-llvm-18a9135d56522bb585ae005fdafa4678048d0214.zip | |
Refactor Windows process plugin to allow code sharing between live and mini dump debugging.
llvm-svn: 251540
Diffstat (limited to 'lldb/source/Plugins/Process/Windows/Live/DebuggerThread.cpp')
| -rw-r--r-- | lldb/source/Plugins/Process/Windows/Live/DebuggerThread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/Windows/Live/DebuggerThread.cpp b/lldb/source/Plugins/Process/Windows/Live/DebuggerThread.cpp index cc661be6359..d058a412c89 100644 --- a/lldb/source/Plugins/Process/Windows/Live/DebuggerThread.cpp +++ b/lldb/source/Plugins/Process/Windows/Live/DebuggerThread.cpp @@ -24,7 +24,7 @@ #include "lldb/Target/ProcessLaunchInfo.h" #include "lldb/Target/Process.h" -#include "Plugins/Process/Windows/Live/ProcessWindowsLog.h" +#include "Plugins/Process/Windows/Common/ProcessWindowsLog.h" #include "llvm/ADT/STLExtras.h" #include "llvm/Support/raw_ostream.h" |

