llvm-project/lldb/source/Plugins/Process/Linux
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
..
CMakeLists.txt Normalize some lldb #include statements. 2018-05-22 22:53:50 +00:00
NativeProcessLinux.cpp Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
NativeProcessLinux.h Remove more dead code from NativeProcessLinux 2018-06-08 22:28:41 +00:00
NativeRegisterContextLinux.cpp Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
NativeRegisterContextLinux.h Clean up NativeRegisterContext 2017-11-10 11:05:49 +00:00
NativeRegisterContextLinux_arm.cpp Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
NativeRegisterContextLinux_arm.h Typo fixes. 2018-05-29 09:10:46 +00:00
NativeRegisterContextLinux_arm64.cpp Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
NativeRegisterContextLinux_arm64.h Typo fixes. 2018-05-29 09:10:46 +00:00
NativeRegisterContextLinux_mips64.cpp Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
NativeRegisterContextLinux_mips64.h Kill struct IOVEC 2017-12-01 12:05:00 +00:00
NativeRegisterContextLinux_ppc64le.cpp Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
NativeRegisterContextLinux_ppc64le.h Typo fixes. 2018-05-29 09:10:46 +00:00
NativeRegisterContextLinux_s390x.cpp Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
NativeRegisterContextLinux_s390x.h Clean up NativeRegisterContext 2017-11-10 11:05:49 +00:00
NativeRegisterContextLinux_x86_64.cpp Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
NativeRegisterContextLinux_x86_64.h Kill struct IOVEC 2017-12-01 12:05:00 +00:00
NativeThreadLinux.cpp Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
NativeThreadLinux.h Clean up NativeRegisterContext 2017-11-10 11:05:49 +00:00
ProcessorTrace.cpp Fix assorted compiler warnings (mismatched signedness and printf specifiers) 2017-07-05 14:54:46 +00:00
ProcessorTrace.h Typo fixes. 2018-05-29 09:10:46 +00:00
Procfs.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SingleStepCheck.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
SingleStepCheck.h NPL: Fix single step workaround 2017-02-16 18:12:04 +00:00