llvm-project/lldb/tools/lldb-server
Zachary Turner bf9a77305f Move classes from Core -> Utility.
This moves the following classes from Core -> Utility.

ConstString
Error
RegularExpression
Stream
StreamString

The goal here is to get lldbUtility into a state where it has
no dependendencies except on itself and LLVM, so it can be the
starting point at which to start untangling LLDB's dependencies.
These are all low level and very widely used classes, and
previously lldbUtility had dependencies up to lldbCore in order
to use these classes.  So moving then down to lldbUtility makes
sense from both the short term and long term perspective in
solving this problem.

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

llvm-svn: 293941
2017-02-02 21:39:50 +00:00
..
Darwin/resources [NFC] Darwin llgs support from Week of Code 2016-09-04 00:18:56 +00:00
Acceptor.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
Acceptor.h Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
CMakeLists.txt [cmake] Remove VERSION property from executable targets 2017-02-01 19:12:22 +00:00
LLDBServerUtilities.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
LLDBServerUtilities.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
lldb-gdbserver.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
lldb-platform.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
lldb-server.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
lldb-server.exports Only export public symbols with the cmake build. 2015-09-04 00:00:41 +00:00