llvm-project/lldb/source/Plugins/SymbolFile/DWARF
Jan Kratochvil e21a21a977 [lldb] Fix#2 of DW_AT_ranges DW_FORM_sec_offset not using DW_AT_rnglists_base (used by GCC)
Fix D98289 so that it works even for 2nd..nth compilation unit
(.debug_rnglists).

Reviewed By: dblaikie, ikudrin

Differential Revision: https://reviews.llvm.org/D106466
2021-08-17 22:19:16 +02: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 [lldb/DWARF] Re-enable basic dwp support 2020-02-17 14:10:36 +01:00
DIERef.cpp [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
DIERef.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
DWARFASTParser.h [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07:00
DWARFASTParserClang.cpp [lldb] Fix -Wunused-but-set-variable 2021-08-16 16:41:17 -07:00
DWARFASTParserClang.h [lldb][NFCI] Remove redundant accessibility heuristic in the DWARF parser 2021-07-22 13:36:23 +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 [lldb/DWARF] Add support for type units in dwp files 2020-02-21 16:01:17 +01:00
DWARFContext.h [lldb/DWARF] Add support for type units in dwp files 2020-02-21 16:01:17 +01:00
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 [DebugInfo] Add a DWARFDataExtractor constructor that takes ArrayRef<uint8_t> 2020-02-09 17:45:32 -08:00
DWARFDataExtractor.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
DWARFDebugAbbrev.cpp [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
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 [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
DWARFDebugMacro.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
DWARFDebugRanges.cpp [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
DWARFDebugRanges.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
DWARFDeclContext.cpp [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
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 [nfc] [lldb] Assertions for D106270 - [DWARF5] Fix offset check when using .debug_names 2021-08-10 20:43:24 +02:00
DWARFTypeUnit.cpp [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
DWARFTypeUnit.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
DWARFUnit.cpp [lldb] Fix#2 of DW_AT_ranges DW_FORM_sec_offset not using DW_AT_rnglists_base (used by GCC) 2021-08-17 22:19:16 +02:00
DWARFUnit.h [lldb] [DWARF-5] Be lazier about loading .dwo files 2021-07-31 10:45:31 +02: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 [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
LogChannelDWARF.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
ManualDWARFIndex.cpp [nfc] [lldb] Assertions for D106270 - [DWARF5] Fix offset check when using .debug_names 2021-08-10 20:43:24 +02: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 [DWARF5] Fix offset check when using .debug_names 2021-08-09 13:15:14 +02:00
SymbolFileDWARF.h [lldb] [DWARF-5] Be lazier about loading .dwo files 2021-07-31 10:45:31 +02:00
SymbolFileDWARFDebugMap.cpp [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07:00
SymbolFileDWARFDebugMap.h [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07: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 [lldb] Don't process symlinks deep inside DWARFUnit 2020-01-20 13:05:00 +01:00
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