llvm-project/lldb/source/Utility
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
..
ARM64_DWARF_Registers.h Break some dependencies in lldbUtility. 2017-02-01 19:45:14 +00:00
ARM64_ehframe_Registers.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ARM_DWARF_Registers.h Break some dependencies in lldbUtility. 2017-02-01 19:45:14 +00:00
ARM_ehframe_Registers.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
CMakeLists.txt Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
ConstString.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
Error.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
JSON.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
LLDBAssert.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ModuleCache.cpp Prevent at compile time converting from Error::success() to Expected<T> 2016-11-11 04:29:25 +00:00
ModuleCache.h Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
NameMatches.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
PseudoTerminal.cpp Replace __ANDROID_NDK__ with __ANDROID__ 2016-12-02 11:15:15 +00:00
Range.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
RegisterNumber.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
RegularExpression.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SelectHelper.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SharingPtr.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Stream.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
StreamString.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
StringExtractor.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
StringExtractorGDBRemote.cpp gdb-remote: Add jModulesInfo packet 2016-09-08 10:07:04 +00:00
StringExtractorGDBRemote.h gdb-remote: Add jModulesInfo packet 2016-09-08 10:07:04 +00:00
StringLexer.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
TaskPool.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
UriParser.cpp Convert UriParser to use StringRef. 2016-11-17 01:38:02 +00:00
UriParser.h Convert UriParser to use StringRef. 2016-11-17 01:38:02 +00:00
UuidCompatibility.h Fix build on Linux 2013-04-17 19:24:22 +00:00