llvm-project/lldb/source/Plugins/Process/gdb-remote
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 [CMake] Add checks for libcompression 2017-07-28 15:39:51 +00:00
GDBRemoteClientBase.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
GDBRemoteClientBase.h Handle O reply packets during qRcmd 2018-01-10 14:39:08 +00:00
GDBRemoteCommunication.cpp Replace HostInfo::GetLLDBPath with specific functions 2018-06-19 15:09:07 +00:00
GDBRemoteCommunication.h Move Args.cpp from Interpreter to Utility 2018-04-17 18:53:35 +00:00
GDBRemoteCommunicationClient.cpp Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
GDBRemoteCommunicationClient.h Use llvm::VersionTuple instead of manual version marshalling 2018-06-18 15:02:23 +00:00
GDBRemoteCommunicationServer.cpp Move StringExtractorGDBRemote.h to the include folder 2018-03-20 16:14:00 +00:00
GDBRemoteCommunicationServer.h llgs: Send "rich" errors in response to vAttach packets 2018-04-11 13:30:54 +00:00
GDBRemoteCommunicationServerCommon.cpp Use llvm::VersionTuple instead of manual version marshalling 2018-06-18 15:02:23 +00:00
GDBRemoteCommunicationServerCommon.h Update StructuredData::String to return StringRefs. 2017-05-12 05:49:54 +00:00
GDBRemoteCommunicationServerLLGS.cpp Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
GDBRemoteCommunicationServerLLGS.h llgs: Propagate the environment when launching the inferior from command line 2017-12-18 14:31:39 +00:00
GDBRemoteCommunicationServerPlatform.cpp Replace HostInfo::GetLLDBPath with specific functions 2018-06-19 15:09:07 +00:00
GDBRemoteCommunicationServerPlatform.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
GDBRemoteRegisterContext.cpp Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
GDBRemoteRegisterContext.h Move DataBuffer / DataExtractor and friends from Core -> Utility. 2017-03-04 01:30:05 +00:00
ProcessGDBRemote.cpp Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
ProcessGDBRemote.h Use llvm::VersionTuple instead of manual version marshalling 2018-06-18 15:02:23 +00:00
ProcessGDBRemoteLog.cpp Switch GDBRemoteLog to the new registration mechanism 2017-02-17 16:09:06 +00:00
ProcessGDBRemoteLog.h Move Log from Core -> Utility. 2017-03-03 20:56:28 +00:00
ThreadGDBRemote.cpp Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
ThreadGDBRemote.h Move StructuredData from Core to Utility 2017-06-27 10:45:31 +00:00