llvm-project/lldb/source/Plugins/Process/FreeBSD
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
FreeBSDThread.cpp Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
FreeBSDThread.h Enable AUTOBRIEF in doxygen configuration. 2018-05-02 16:55:16 +00:00
POSIXStopInfo.cpp Report inferior signals as signals, not exceptions, on FreeBSD 2017-08-10 13:47:17 +00:00
POSIXStopInfo.h Enable AUTOBRIEF in doxygen configuration. 2018-05-02 16:55:16 +00:00
ProcessFreeBSD.cpp Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
ProcessFreeBSD.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
ProcessMonitor.cpp Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
ProcessMonitor.h Enable AUTOBRIEF in doxygen configuration. 2018-05-02 16:55:16 +00:00
RegisterContextPOSIX.h Normalize some lldb #include statements. 2018-05-22 22:53:50 +00:00
RegisterContextPOSIXProcessMonitor_arm.cpp Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
RegisterContextPOSIXProcessMonitor_arm.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
RegisterContextPOSIXProcessMonitor_arm64.cpp Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
RegisterContextPOSIXProcessMonitor_arm64.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
RegisterContextPOSIXProcessMonitor_mips64.cpp Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
RegisterContextPOSIXProcessMonitor_mips64.h Fix a typo introduce in r299200. 2017-04-05 09:31:43 +00:00
RegisterContextPOSIXProcessMonitor_powerpc.cpp Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
RegisterContextPOSIXProcessMonitor_powerpc.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
RegisterContextPOSIXProcessMonitor_x86.cpp Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
RegisterContextPOSIXProcessMonitor_x86.h Kill struct IOVEC 2017-12-01 12:05:00 +00:00