llvm-project/lldb/source/Core
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
..
Address.cpp Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
AddressRange.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
AddressResolver.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
AddressResolverFileLine.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
AddressResolverName.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
ArchSpec.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
Baton.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
Broadcaster.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
CMakeLists.txt Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
Communication.cpp Use Timeout<> in the Listener class 2016-11-30 10:41:42 +00:00
Connection.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
DataBufferHeap.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
DataBufferMemoryMap.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
DataEncoder.cpp Make lldb -Werror clean for -Wstring-conversion 2017-01-06 00:38:06 +00:00
DataExtractor.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
Debugger.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
Disassembler.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
DynamicLoader.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
EmulateInstruction.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
Event.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
FastDemangle.cpp Expression evaluation for overloaded C functions (redux) 2016-12-19 17:22:44 +00:00
FileLineResolver.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
FileSpecList.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
FormatEntity.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
History.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
IOHandler.cpp Fix the variable view in the "gui" curses mode so that variables whose children change will update correctly. Previously the variable view would update the children once and not change. If you were stepping through code where the dynamic type of a variable would change the value and its children, or a synthetic type (like say for a std::vector<int>), the variable view wouldn't update. Now it caches the children and uses the process stop ID to tell when the children need to be updated. 2016-12-28 21:22:37 +00:00
Listener.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
Log.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
Logging.cpp [lldb] Fix typos in file headers 2016-11-26 05:23:44 +00:00
Mangled.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
Module.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
ModuleChild.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ModuleList.cpp Prevent at compile time converting from Error::success() to Expected<T> 2016-11-11 04:29:25 +00:00
Opcode.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
PluginManager.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
RegisterValue.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
Scalar.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SearchFilter.cpp Remove a couple of Stream flags 2017-01-13 10:41:59 +00:00
Section.cpp Break some dependencies in lldbUtility. 2017-02-01 19:45:14 +00:00
SourceManager.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
State.cpp Add format_provider for lldb::StateType 2017-01-24 11:48:25 +00:00
StreamAsynchronousIO.cpp [lldb] Fix typos in file headers 2016-11-26 05:23:44 +00:00
StreamCallback.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
StreamFile.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
StreamGDBRemote.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
StringList.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
StructuredData.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
Timer.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
UUID.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
UserID.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
UserSettingsController.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
VMRange.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
Value.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
ValueObject.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
ValueObjectCast.cpp [lldb] Fix typos in file headers 2016-11-26 05:23:44 +00:00
ValueObjectChild.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ValueObjectConstResult.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ValueObjectConstResultCast.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ValueObjectConstResultChild.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ValueObjectConstResultImpl.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ValueObjectDynamicValue.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ValueObjectList.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ValueObjectMemory.cpp Make lldb -Werror clean for -Wstring-conversion 2017-01-06 00:38:06 +00:00
ValueObjectRegister.cpp Resubmit "Change RegisterValue getters / setters to use StringRef." 2016-11-17 23:47:31 +00:00
ValueObjectSyntheticFilter.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ValueObjectVariable.cpp Resubmit "Change RegisterValue getters / setters to use StringRef." 2016-11-17 23:47:31 +00:00