llvm-project/lldb/source/Interpreter
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
..
Args.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
CMakeLists.txt [CMake] Add accurate dependency specifications 2017-01-31 20:43:05 +00:00
CommandAlias.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
CommandHistory.cpp Fix some build errors. 2016-11-18 23:32:37 +00:00
CommandInterpreter.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
CommandObject.cpp Modernize the Args access pattern in a few more commands. 2016-12-09 01:08:29 +00:00
CommandObjectRegexCommand.cpp Make CommandObject help getters/setters use StringRef. 2016-11-12 20:41:02 +00:00
CommandObjectScript.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
CommandObjectScript.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
CommandOptionValidators.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
CommandReturnObject.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
OptionGroupArchitecture.cpp Break some dependencies in lldbUtility. 2017-02-01 19:45:14 +00:00
OptionGroupBoolean.cpp Update OptionGroup::SetValue to take StringRef. 2016-09-23 17:48:13 +00:00
OptionGroupFile.cpp Update OptionGroup::SetValue to take StringRef. 2016-09-23 17:48:13 +00:00
OptionGroupFormat.cpp Break some dependencies in lldbUtility. 2017-02-01 19:45:14 +00:00
OptionGroupOutputFile.cpp Break some dependencies in lldbUtility. 2017-02-01 19:45:14 +00:00
OptionGroupPlatform.cpp Break some dependencies in lldbUtility. 2017-02-01 19:45:14 +00:00
OptionGroupString.cpp Update OptionGroup::SetValue to take StringRef. 2016-09-23 17:48:13 +00:00
OptionGroupUInt64.cpp Update OptionGroup::SetValue to take StringRef. 2016-09-23 17:48:13 +00:00
OptionGroupUUID.cpp Break some dependencies in lldbUtility. 2017-02-01 19:45:14 +00:00
OptionGroupValueObjectDisplay.cpp Break some dependencies in lldbUtility. 2017-02-01 19:45:14 +00:00
OptionGroupVariable.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
OptionGroupWatchpoint.cpp Break some dependencies in lldbUtility. 2017-02-01 19:45:14 +00:00
OptionValue.cpp Rewrite all Property related functions in terms of StringRef. 2016-11-17 18:08:12 +00:00
OptionValueArch.cpp Convert AutoComplete related code to StringRef. 2016-11-17 01:37:42 +00:00
OptionValueArgs.cpp Rewrite all Property related functions in terms of StringRef. 2016-11-17 18:08:12 +00:00
OptionValueArray.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
OptionValueBoolean.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
OptionValueChar.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
OptionValueDictionary.cpp Re-add "demonstrate new Args API" 2016-11-22 17:10:15 +00:00
OptionValueEnumeration.cpp Convert AutoComplete related code to StringRef. 2016-11-17 01:37:42 +00:00
OptionValueFileSpec.cpp Convert AutoComplete related code to StringRef. 2016-11-17 01:37:42 +00:00
OptionValueFileSpecLIst.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
OptionValueFormat.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
OptionValueFormatEntity.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
OptionValueLanguage.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
OptionValuePathMappings.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
OptionValueProperties.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
OptionValueRegex.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
OptionValueSInt64.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
OptionValueString.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
OptionValueUInt64.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
OptionValueUUID.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
Options.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
Property.cpp Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
ScriptInterpreter.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
embedded_interpreter.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00