llvm-project/lldb/source/Plugins/SymbolFile/DWARF
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] [4/4] Update a batch of plugins 2017-01-31 22:31:38 +00:00
DIERef.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
DIERef.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
DWARFASTParser.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
DWARFASTParserClang.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
DWARFASTParserClang.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
DWARFASTParserGo.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
DWARFASTParserGo.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
DWARFASTParserJava.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
DWARFASTParserJava.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
DWARFASTParserOCaml.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
DWARFASTParserOCaml.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
DWARFAbbreviationDeclaration.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
DWARFAbbreviationDeclaration.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
DWARFAttribute.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
DWARFAttribute.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
DWARFCompileUnit.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
DWARFCompileUnit.h Add support for DW_AT_ranges_base attribute 2016-09-15 08:53:33 +00:00
DWARFDIE.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
DWARFDIE.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
DWARFDIECollection.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
DWARFDIECollection.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
DWARFDataExtractor.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
DWARFDataExtractor.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
DWARFDebugAbbrev.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
DWARFDebugAbbrev.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
DWARFDebugArangeSet.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
DWARFDebugArangeSet.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
DWARFDebugAranges.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
DWARFDebugAranges.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
DWARFDebugInfo.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
DWARFDebugInfo.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
DWARFDebugInfoEntry.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
DWARFDebugInfoEntry.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
DWARFDebugLine.cpp Change Module::RemapPath to use StringRef. 2016-09-23 18:42:38 +00:00
DWARFDebugLine.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
DWARFDebugMacinfo.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
DWARFDebugMacinfo.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
DWARFDebugMacinfoEntry.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
DWARFDebugMacinfoEntry.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
DWARFDebugMacro.cpp Rename DWARF 5 constants to adapt to change in LLVM 2016-10-28 18:14:43 +00:00
DWARFDebugMacro.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
DWARFDebugPubnames.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
DWARFDebugPubnames.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
DWARFDebugPubnamesSet.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
DWARFDebugPubnamesSet.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
DWARFDebugRanges.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
DWARFDebugRanges.h Add support for DW_AT_ranges_base attribute 2016-09-15 08:53:33 +00:00
DWARFDeclContext.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
DWARFDeclContext.h Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
DWARFDefines.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
DWARFDefines.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
DWARFFormValue.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
DWARFFormValue.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
HashedNameToDIE.cpp Make lldb -Werror clean for -Wstring-conversion 2017-01-06 00:38:06 +00:00
HashedNameToDIE.h Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
LogChannelDWARF.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
LogChannelDWARF.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
NameToDIE.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
NameToDIE.h Convert UniqueCStringMap to use StringRef. 2016-10-06 21:22:44 +00:00
SymbolFileDWARF.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SymbolFileDWARF.h Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SymbolFileDWARFDebugMap.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SymbolFileDWARFDebugMap.h Remove TimeValue usage from Core/Module 2016-11-09 09:59:18 +00:00
SymbolFileDWARFDwo.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SymbolFileDWARFDwo.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
UniqueDWARFASTType.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
UniqueDWARFASTType.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00