llvm-project/lldb/source/API
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
..
CMakeLists.txt [CMake] Only support LLDB_BUILD_FRAMEWORK on CMake 3.7 and later 2016-12-15 18:18:47 +00:00
SBAddress.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBAttachInfo.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SBBlock.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SBBreakpoint.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBBreakpointLocation.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBBroadcaster.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SBCommandInterpreter.cpp Make CommandObject help getters/setters use StringRef. 2016-11-12 20:41:02 +00:00
SBCommandReturnObject.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBCommunication.cpp Introduce chrono to the Communication class 2016-11-25 11:58:44 +00:00
SBCompileUnit.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SBData.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBDebugger.cpp Use Timeout<> in the Listener class 2016-11-30 10:41:42 +00:00
SBDeclaration.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBError.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBEvent.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBExecutionContext.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SBExpressionOptions.cpp Use Timeout<> in EvaluateExpressionOptions class 2016-12-06 11:24:51 +00:00
SBFileSpec.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBFileSpecList.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBFrame.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBFunction.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SBHostOS.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SBInstruction.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SBInstructionList.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBLanguageRuntime.cpp Update OptionGroup::SetValue to take StringRef. 2016-09-23 17:48:13 +00:00
SBLaunchInfo.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SBLineEntry.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBListener.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBMemoryRegionInfo.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBMemoryRegionInfoList.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SBModule.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBModuleSpec.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBPlatform.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBProcess.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBQueue.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SBQueueItem.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SBSection.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBSourceManager.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBStream.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBStringList.cpp Add some more tests for breakpoint serialization. 2016-09-20 22:54:49 +00:00
SBStructuredData.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBSymbol.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SBSymbolContext.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SBSymbolContextList.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SBTarget.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBThread.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBThreadCollection.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SBThreadPlan.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBType.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBTypeCategory.cpp Make lldb::Regex use StringRef. 2016-09-21 16:01:28 +00:00
SBTypeEnumMember.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBTypeFilter.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SBTypeFormat.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SBTypeNameSpecifier.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SBTypeSummary.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SBTypeSynthetic.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SBUnixSignals.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SBValue.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SBValueList.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SBVariablesOptions.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SBWatchpoint.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SystemInitializerFull.cpp Fix build for mingw. 2016-12-15 15:00:41 +00:00
liblldb-private.exports Limit LLDB_EXPORT_ALL_SYMBOLS to lldb symbols 2016-10-29 00:29:15 +00:00
liblldb.exports Fix OSX cmake build 2016-02-18 17:01:40 +00:00
liblldb.xcode.exports Only export public symbols with the cmake build. 2015-09-04 00:00:41 +00:00