llvm-project/lldb/source/Plugins/SymbolFile/DWARF
Alex Langford d7fcee62f1 [Core] Generalize ValueObject::IsRuntimeSupportValue
Summary:
Instead of falling back to ObjCLanguageRuntime, we should be falling
back to every loaded language runtime. This makes ValueObject more
language agnostic.

Reviewers: labath, compnerd, JDevlieghere, davide

Subscribers: lldb-commits

Differential Revision: https://reviews.llvm.org/D63240

llvm-svn: 364845
2019-07-01 20:36:33 +00:00
..
AppleDWARFIndex.cpp DWARF: Add "dwo_num" field to the DIERef class 2019-06-21 07:56:50 +00:00
AppleDWARFIndex.h DWARF: Add "dwo_num" field to the DIERef class 2019-06-21 07:56:50 +00:00
CMakeLists.txt DWARF: Introduce DWARFTypeUnit class 2019-05-22 09:09:39 +00:00
DIERef.cpp DWARF: Add "dwo_num" field to the DIERef class 2019-06-21 07:56:50 +00:00
DIERef.h DWARF: Add "dwo_num" field to the DIERef class 2019-06-21 07:56:50 +00:00
DWARFASTParser.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
DWARFASTParserClang.cpp [Core] Generalize ValueObject::IsRuntimeSupportValue 2019-07-01 20:36:33 +00:00
DWARFASTParserClang.h DWARF: Share line tables of type units 2019-06-12 11:29:50 +00:00
DWARFAbbreviationDeclaration.cpp Delete more dead code. 2019-03-19 20:08:56 +00:00
DWARFAbbreviationDeclaration.h Delete more dead code. 2019-03-19 20:08:56 +00:00
DWARFAttribute.cpp Permit cross-CU references 2019-05-15 19:22:33 +00:00
DWARFAttribute.h Permit cross-CU references 2019-05-15 19:22:33 +00:00
DWARFBaseDIE.cpp DWARF: Add "dwo_num" field to the DIERef class 2019-06-21 07:56:50 +00:00
DWARFBaseDIE.h Fix -Wmismatched-tags introduced in r363910 2019-06-20 09:46:37 +00:00
DWARFCompileUnit.cpp Have DWARFUnit store a *reference* to SymbolFileDWARF 2019-06-14 13:01:16 +00:00
DWARFCompileUnit.h Have DWARFUnit store a *reference* to SymbolFileDWARF 2019-06-14 13:01:16 +00:00
DWARFContext.cpp DWARF: Add support for type units+split dwarf combo 2019-06-25 06:59:48 +00:00
DWARFContext.h DWARF: port debug_ranges/rnglists over to DWARFContext 2019-06-14 14:12:25 +00:00
DWARFDIE.cpp DWARF: Add "dwo_num" field to the DIERef class 2019-06-21 07:56:50 +00:00
DWARFDIE.h DWARF: Make DIERefs always valid 2019-06-19 07:32:39 +00:00
DWARFDataExtractor.cpp Remove support for DWARF64. 2019-03-12 20:51:05 +00:00
DWARFDataExtractor.h Remove support for DWARF64. 2019-03-12 20:51:05 +00:00
DWARFDebugAbbrev.cpp Fix a regression in DWARF access speed caused by svn revision 356190 2019-05-30 15:32:33 +00:00
DWARFDebugAbbrev.h Fix a regression in DWARF access speed caused by svn revision 356190 2019-05-30 15:32:33 +00:00
DWARFDebugArangeSet.cpp DWARFDebugArangeSet: Remove references to SymbolFileDWARF 2019-05-27 14:16:15 +00:00
DWARFDebugArangeSet.h DWARFDebugArangeSet: Remove references to SymbolFileDWARF 2019-05-27 14:16:15 +00:00
DWARFDebugAranges.cpp DWARF: Remove unused includes from DWARFDebugAranges.h/cpp 2019-06-14 13:21:57 +00:00
DWARFDebugAranges.h DWARF: Remove unused includes from DWARFDebugAranges.h/cpp 2019-06-14 13:21:57 +00:00
DWARFDebugInfo.cpp DWARF: Add "dwo_num" field to the DIERef class 2019-06-21 07:56:50 +00:00
DWARFDebugInfo.h Have DWARFUnit store a *reference* to SymbolFileDWARF 2019-06-14 13:01:16 +00:00
DWARFDebugInfoEntry.cpp Use const auto * 2019-06-29 00:55:13 +00:00
DWARFDebugInfoEntry.h Code and comment cleanups [NFC] 2019-05-30 17:03:35 +00:00
DWARFDebugLine.cpp [lldb] NFC modernize codebase with modernize-use-nullptr 2019-05-23 11:14:47 +00:00
DWARFDebugLine.h [lldb] Fix msan use-of-uninitialized-value in DWARFDebugLine::FileNameEntry. 2019-06-07 21:09:30 +00:00
DWARFDebugMacro.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
DWARFDebugMacro.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
DWARFDebugRanges.cpp DWARF: port debug_ranges/rnglists over to DWARFContext 2019-06-14 14:12:25 +00:00
DWARFDebugRanges.h DWARF: port debug_ranges/rnglists over to DWARFContext 2019-06-14 14:12:25 +00:00
DWARFDeclContext.cpp [lldb] NFC modernize codebase with modernize-use-nullptr 2019-05-23 11:14:47 +00:00
DWARFDeclContext.h [lldb] NFC modernize codebase with modernize-use-nullptr 2019-05-23 11:14:47 +00:00
DWARFDefines.cpp Remove some dead DWARF enum -> string conversion functions. 2019-03-19 18:32:43 +00:00
DWARFDefines.h Remove some dead DWARF enum -> string conversion functions. 2019-03-19 18:32:43 +00:00
DWARFFormValue.cpp Have DWARFUnit store a *reference* to SymbolFileDWARF 2019-06-14 13:01:16 +00:00
DWARFFormValue.h Cleanup fixed form sizes. 2019-05-24 22:08:50 +00:00
DWARFIndex.cpp DWARF: Add "dwo_num" field to the DIERef class 2019-06-21 07:56:50 +00:00
DWARFIndex.h DWARF: Add "dwo_num" field to the DIERef class 2019-06-21 07:56:50 +00:00
DWARFTypeUnit.cpp DWARF: Implement DW_AT_signature lookup for type unit support 2019-05-24 08:11:12 +00:00
DWARFTypeUnit.h Have DWARFUnit store a *reference* to SymbolFileDWARF 2019-06-14 13:01:16 +00:00
DWARFUnit.cpp DWARF: Add support for type units+split dwarf combo 2019-06-25 06:59:48 +00:00
DWARFUnit.h DWARF: Add "dwo_num" field to the DIERef class 2019-06-21 07:56:50 +00:00
DebugNamesDWARFIndex.cpp DWARF: Add "dwo_num" field to the DIERef class 2019-06-21 07:56:50 +00:00
DebugNamesDWARFIndex.h DWARF: Add "dwo_num" field to the DIERef class 2019-06-21 07:56:50 +00:00
HashedNameToDIE.cpp DWARF: Make DIERefs always valid 2019-06-19 07:32:39 +00:00
HashedNameToDIE.h DWARF: Add "dwo_num" field to the DIERef class 2019-06-21 07:56:50 +00:00
LogChannelDWARF.cpp Delete more dead code. 2019-03-19 20:08:56 +00:00
LogChannelDWARF.h Delete more dead code. 2019-03-19 20:08:56 +00:00
ManualDWARFIndex.cpp DWARF: Add support for type units+split dwarf combo 2019-06-25 06:59:48 +00:00
ManualDWARFIndex.h DWARF: Add "dwo_num" field to the DIERef class 2019-06-21 07:56:50 +00:00
NameToDIE.cpp DWARF: Add "dwo_num" field to the DIERef class 2019-06-21 07:56:50 +00:00
NameToDIE.h DWARF: Add "dwo_num" field to the DIERef class 2019-06-21 07:56:50 +00:00
SymbolFileDWARF.cpp DWARF: Add "dwo_num" field to the DIERef class 2019-06-21 07:56:50 +00:00
SymbolFileDWARF.h DWARF: Add "dwo_num" field to the DIERef class 2019-06-21 07:56:50 +00:00
SymbolFileDWARFDebugMap.cpp [lldb] NFC modernize codebase with modernize-use-nullptr 2019-05-23 11:14:47 +00:00
SymbolFileDWARFDebugMap.h Fix -Wmismatched-tags introduced in r363910 2019-06-20 09:46:37 +00:00
SymbolFileDWARFDwo.cpp DWARF: Add support for type units+split dwarf combo 2019-06-25 06:59:48 +00:00
SymbolFileDWARFDwo.h DWARF: Add support for type units+split dwarf combo 2019-06-25 06:59:48 +00:00
SymbolFileDWARFDwoDwp.cpp DWARF: Don't create lldb CompileUnits for DWARF type units 2019-06-13 11:22:47 +00:00
SymbolFileDWARFDwoDwp.h DWARF: Don't create lldb CompileUnits for DWARF type units 2019-06-13 11:22:47 +00:00
SymbolFileDWARFDwp.cpp DWARF: Don't create lldb CompileUnits for DWARF type units 2019-06-13 11:22:47 +00:00
SymbolFileDWARFDwp.h DWARF: Don't create lldb CompileUnits for DWARF type units 2019-06-13 11:22:47 +00:00
UniqueDWARFASTType.cpp [lldb] NFC modernize codebase with modernize-use-nullptr 2019-05-23 11:14:47 +00:00
UniqueDWARFASTType.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00