llvm-project/lldb/source/Plugins/SymbolFile/DWARF
Raphael Isemann b72727a75a [lldb][NFC] Remove commented out code in SymbolFileDWARF 2021-11-11 12:45:38 +01:00
..
AppleDWARFIndex.cpp [nfc] [lldb] Assertions for D106270 - [DWARF5] Fix offset check when using .debug_names 2021-08-10 20:43:24 +02:00
AppleDWARFIndex.h [DWARF5] Fix offset check when using .debug_names 2021-08-09 13:15:14 +02:00
CMakeLists.txt
DIERef.cpp
DIERef.h
DWARFASTParser.h [lldb/DWARF] Don't create lldb_private::Functions for gc'ed DW_TAG_subprograms 2021-10-25 10:32:35 +02:00
DWARFASTParserClang.cpp [lldb][NFC] StringRef-ify the name parameter in CreateEnumerationType 2021-11-04 14:49:16 +01:00
DWARFASTParserClang.h [lldb/DWARF] Don't create lldb_private::Functions for gc'ed DW_TAG_subprograms 2021-10-25 10:32:35 +02:00
DWARFAbbreviationDeclaration.cpp [lldb] Use C++11 default member initializers 2021-06-09 09:43:13 -07:00
DWARFAbbreviationDeclaration.h [lldb] Use C++11 default member initializers 2021-06-09 09:43:13 -07:00
DWARFAttribute.cpp [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07:00
DWARFAttribute.h [lldb] Fix DWARF-5 DW_FORM_implicit_const (used by GCC) 2021-03-09 10:23:05 +01:00
DWARFBaseDIE.cpp [lldb] Fix DW_TAG_GNU_call_site-DW_AT_low_pc as produced by GCC 2020-06-09 13:41:41 +02:00
DWARFBaseDIE.h [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07:00
DWARFCompileUnit.cpp [nfc] [lldb] Move LookupAddress to DWARFCompileUnit 2020-10-19 12:44:33 +02:00
DWARFCompileUnit.h [nfc] [lldb] Move LookupAddress to DWARFCompileUnit 2020-10-19 12:44:33 +02:00
DWARFContext.cpp
DWARFContext.h
DWARFDIE.cpp [lldb][NFC] Define DWARFDIE::children out-of-line instead of using template magic 2021-08-11 19:19:41 +02:00
DWARFDIE.h [lldb][NFC] Define DWARFDIE::children out-of-line instead of using template magic 2021-08-11 19:19:41 +02:00
DWARFDataExtractor.cpp
DWARFDataExtractor.h
DWARFDebugAbbrev.cpp
DWARFDebugAbbrev.h [lldb] Use C++11 default member initializers 2021-06-09 09:43:13 -07:00
DWARFDebugArangeSet.cpp Fix .debug_aranges parsing issues. 2021-03-29 15:34:36 -07:00
DWARFDebugArangeSet.h Fix .debug_aranges parsing issues. 2021-03-29 15:34:36 -07:00
DWARFDebugAranges.cpp Fix .debug_aranges parsing issues. 2021-03-29 15:34:36 -07:00
DWARFDebugAranges.h Fix .debug_aranges parsing issues. 2021-03-29 15:34:36 -07:00
DWARFDebugInfo.cpp [nfc] [lldb] Removed unused DWARFDebugInfo::GetDIEForDIEOffset 2021-08-01 00:38:01 +02:00
DWARFDebugInfo.h [nfc] [lldb] Removed unused DWARFDebugInfo::GetDIEForDIEOffset 2021-08-01 00:38:01 +02:00
DWARFDebugInfoEntry.cpp [lldb][NFC] Use C++ versions of the deprecated C standard library headers 2021-05-26 12:46:12 +02:00
DWARFDebugInfoEntry.h [lldb] Use C++11 default member initializers 2021-06-09 09:43:13 -07:00
DWARFDebugMacro.cpp
DWARFDebugMacro.h
DWARFDebugRanges.cpp
DWARFDebugRanges.h
DWARFDeclContext.cpp
DWARFDeclContext.h [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07:00
DWARFDefines.cpp [lldb] Remove custom DWARF expression printing code 2020-05-25 16:09:25 +02:00
DWARFDefines.h [lldb][NFC] Use C++ versions of the deprecated C standard library headers 2021-05-26 12:46:12 +02:00
DWARFFormValue.cpp [lldb][NFC] Use C++ versions of the deprecated C standard library headers 2021-05-26 12:46:12 +02:00
DWARFFormValue.h [lldb] Use C++11 default member initializers 2021-06-09 09:43:13 -07:00
DWARFIndex.cpp Reland "[lldb/DWARF] Only match mangled name in full-name function lookup (with accelerators)" 2021-08-04 12:50:13 +02:00
DWARFIndex.h Add new key/value pairs to the module statistics for "statistics dump". 2021-10-26 15:09:31 -07:00
DWARFTypeUnit.cpp
DWARFTypeUnit.h
DWARFUnit.cpp Add new key/value pairs to the module statistics for "statistics dump". 2021-10-26 15:09:31 -07:00
DWARFUnit.h Recognize the Swift compiler in DW_AT_producer 2021-10-07 13:54:28 -07:00
DebugNamesDWARFIndex.cpp [nfc] [lldb] Assertions for D106270 - [DWARF5] Fix offset check when using .debug_names 2021-08-10 20:43:24 +02:00
DebugNamesDWARFIndex.h [DWARF5] Fix offset check when using .debug_names 2021-08-09 13:15:14 +02:00
HashedNameToDIE.cpp [lldb] Use C++11 default member initializers 2021-06-09 09:43:13 -07:00
HashedNameToDIE.h [lldb] Use C++11 default member initializers 2021-06-09 09:43:13 -07:00
LogChannelDWARF.cpp
LogChannelDWARF.h
ManualDWARFIndex.cpp Add new key/value pairs to the module statistics for "statistics dump". 2021-10-26 15:09:31 -07:00
ManualDWARFIndex.h [DWARF5] Fix offset check when using .debug_names 2021-08-09 13:15:14 +02:00
NameToDIE.cpp [nfc] [lldb] Assertions for D106270 - [DWARF5] Fix offset check when using .debug_names 2021-08-10 20:43:24 +02:00
NameToDIE.h [nfc] [lldb] Assertions for D106270 - [DWARF5] Fix offset check when using .debug_names 2021-08-10 20:43:24 +02:00
SymbolFileDWARF.cpp [lldb][NFC] Remove commented out code in SymbolFileDWARF 2021-11-11 12:45:38 +01:00
SymbolFileDWARF.h Remove ConstString from Language, LanguageRuntime, SystemRuntime and SymbolFile plugin names 2021-10-27 08:25:44 +02:00
SymbolFileDWARFDebugMap.cpp Remove ConstString from Language, LanguageRuntime, SystemRuntime and SymbolFile plugin names 2021-10-27 08:25:44 +02:00
SymbolFileDWARFDebugMap.h Remove ConstString from Language, LanguageRuntime, SystemRuntime and SymbolFile plugin names 2021-10-27 08:25:44 +02:00
SymbolFileDWARFDwo.cpp Make DWARFUnit use the dwo_id from the DWARF5 CU header. 2021-01-05 16:40:37 -08:00
SymbolFileDWARFDwo.h [nfc] [lldb] DWARF callbacks: DIERef -> DWARFDIE 2020-04-22 17:11:50 +02:00
SymbolFileDWARFProperties.td
UniqueDWARFASTType.cpp [lldb] Move and clean-up the Declaration class (NFC) 2021-05-04 16:34:44 +00:00
UniqueDWARFASTType.h [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07:00