llvm-project/lldb/source/Plugins/Process/Windows/Common
Zachary Turner 2f3df6137a iwyu fixes for lldbCore.
This adjusts header file includes for headers and source files
in Core.  In doing so, one dependency cycle is eliminated
because all the includes from Core to that project were dead
includes anyway.  In places where some files in other projects
were only compiling due to a transitive include from another
header, fixups have been made so that those files also include
the header they need.  Tested on Windows and Linux, and plan
to address failures on OSX and FreeBSD after watching the
bots.

llvm-svn: 299714
2017-04-06 21:28:29 +00:00
..
x64 Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
x86 Replace WINLOG_*** macros with LLDB_LOG 2017-02-22 10:38:02 +00:00
CMakeLists.txt iwyu fixes for lldbCore. 2017-04-06 21:28:29 +00:00
DebuggerThread.cpp Move FileSpec from Host -> Utility. 2017-03-22 18:40:07 +00:00
DebuggerThread.h Refactor LLDB's Windows process plugin (NFC) 2016-11-23 16:26:37 +00:00
ExceptionRecord.h Fix build for mingw. 2016-12-15 15:00:41 +00:00
ForwardDecl.h Refactor LLDB's Windows process plugin (NFC) 2016-11-23 16:26:37 +00:00
IDebugDelegate.h Refactor LLDB's Windows process plugin (NFC) 2016-11-23 16:26:37 +00:00
LocalDebugDelegate.cpp Refactor LLDB's Windows process plugin (NFC) 2016-11-23 16:26:37 +00:00
LocalDebugDelegate.h Refactor LLDB's Windows process plugin (NFC) 2016-11-23 16:26:37 +00:00
NtStructures.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ProcessWindows.cpp iwyu fixes for lldbCore. 2017-04-06 21:28:29 +00:00
ProcessWindows.h Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
ProcessWindowsLog.cpp Fix windows&darwin builds broken by r297812 2017-03-15 10:02:20 +00:00
ProcessWindowsLog.h Move Log from Core -> Utility. 2017-03-03 20:56:28 +00:00
RegisterContextWindows.cpp Move DataBuffer / DataExtractor and friends from Core -> Utility. 2017-03-04 01:30:05 +00:00
RegisterContextWindows.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
TargetThreadWindows.cpp Move Log from Core -> Utility. 2017-03-03 20:56:28 +00:00
TargetThreadWindows.h Refactor LLDB's Windows process plugin (NFC) 2016-11-23 16:26:37 +00:00