llvm-project/lldb/source/Plugins/Process/Windows/Common
Pavel Labath d821c997aa Move RegisterValue,Scalar,State from Core to Utility
These three classes have no external dependencies, but they are used
from various low-level APIs. Moving them down to Utility improves
overall code layering (although it still does not break any particular
dependency completely).

The XCode project will need to be updated after this change.

Differential Revision: https://reviews.llvm.org/D49740

llvm-svn: 339127
2018-08-07 11:07:21 +00:00
..
x64 Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
x86 Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
CMakeLists.txt Normalize some lldb #include statements. 2018-05-22 22:53:50 +00:00
DebuggerThread.cpp [lit] Split test_set_working_dir TestProcessLaunch into two tests and fix it on Windows 2018-06-13 19:02:44 +00:00
DebuggerThread.h Rename Error -> Status. 2017-05-12 04:51:55 +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 Rename Error -> Status. 2017-05-12 04:51:55 +00:00
LocalDebugDelegate.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
LocalDebugDelegate.h Rename Error -> Status. 2017-05-12 04:51:55 +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 Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
ProcessWindows.h Rename Error -> Status. 2017-05-12 04:51:55 +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 Rename Error -> Status. 2017-05-12 04:51:55 +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 RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
TargetThreadWindows.h [windows] LLDB shows the wrong values when register read is executed at a frame other than zero 2018-07-10 22:05:33 +00:00