llvm-project/lldb/source/Host/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
..
Editline.cpp [LLDB] Re-apply r303907 that's reverted by mistake 2018-05-30 14:54:22 +00:00
File.cpp [FileSpec] Make style argument mandatory for SetFile. NFC 2018-06-13 22:08:14 +00:00
FileCache.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
FileSystem.cpp Delete LLDB's MD5 code. Use LLVM instead. 2017-03-20 23:54:54 +00:00
GetOptInc.cpp [lldb] Fix typos in file headers 2016-11-26 05:23:44 +00:00
Host.cpp Replace HostInfo::GetLLDBPath with specific functions 2018-06-19 15:09:07 +00:00
HostInfoBase.cpp Remove dependency from Host to python 2018-06-20 08:35:45 +00:00
HostNativeThreadBase.cpp Delete LLDB's code for getting / setting thread name. 2017-03-04 01:31:06 +00:00
HostProcess.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
HostThread.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
LockFileBase.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
MainLoop.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
MonitoringProcessLauncher.cpp Reapply "Remove Process references from the Host module" 2018-05-15 13:42:26 +00:00
NativeBreakpoint.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
NativeBreakpointList.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
NativeProcessProtocol.cpp Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
NativeRegisterContext.cpp Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
NativeThreadProtocol.cpp NativeThreadProtocol: delete dead code 2018-03-29 10:09:11 +00:00
NativeWatchpointList.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
OptionParser.cpp Make OptionParser::Parse() take StringRef. 2016-11-13 04:24:38 +00:00
PipeBase.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
ProcessRunLock.cpp [lldb] Fix typos in file headers 2016-11-26 05:23:44 +00:00
PseudoTerminal.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
Socket.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
SocketAddress.cpp Fix debugserver accepting remote connections 2017-07-13 20:58:13 +00:00
SoftwareBreakpoint.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
StringConvert.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Symbols.cpp [FileSpec] Make style argument mandatory for SetFile. NFC 2018-06-13 22:08:14 +00:00
TCPSocket.cpp s/LLVM_ON_WIN32/_WIN32/, lldb 2018-04-10 13:33:45 +00:00
TaskPool.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
Terminal.cpp Add modules support for lldb headers in include/ 2018-06-13 15:50:45 +00:00
ThreadLauncher.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
UDPSocket.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
XML.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00