llvm-project/lldb/source/Plugins/SymbolFile/DWARF
Davide Italiano ce7790044f [DWARF] Rename a function and comment it for clarity.
Pointed out by Adrian.
2020-04-16 15:37:09 -07:00
..
AppleDWARFIndex.cpp [nfc] [lldb] Introduce DWARF callbacks (fixed-up) 2020-04-15 23:40:54 +02:00
AppleDWARFIndex.h [nfc] [lldb] Introduce DWARF callbacks (fixed-up) 2020-04-15 23:40:54 +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] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
DWARFASTParserClang.cpp [nfc] [lldb] Introduce DWARF callbacks (fixed-up) 2020-04-15 23:40:54 +02:00
DWARFASTParserClang.h Preserve the owning module information from DWARF in the synthesized AST 2020-04-09 11:09:44 -07:00
DWARFAbbreviationDeclaration.cpp [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
DWARFAbbreviationDeclaration.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
DWARFAttribute.cpp [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
DWARFAttribute.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
DWARFBaseDIE.cpp [lldb] Move non-DWARF code: DWARFUnit -> SymbolFileDWARF 2020-01-31 15:16:31 +01:00
DWARFBaseDIE.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
DWARFCompileUnit.cpp [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
DWARFCompileUnit.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08: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/DWARF] Use DWARFDebugInfoEntry * in ElaboratingDIEIterator 2020-02-12 12:48:49 +01:00
DWARFDIE.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08: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] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
DWARFDebugArangeSet.cpp [lldb] reject `.debug_arange` sections with nonzero segment size 2020-03-12 12:22:50 +00:00
DWARFDebugArangeSet.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
DWARFDebugAranges.cpp [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
DWARFDebugAranges.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
DWARFDebugInfo.cpp [DebugInfo] Rename section identifiers which are deprecated in DWARFv5. NFC. 2020-04-06 13:28:06 +07:00
DWARFDebugInfo.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
DWARFDebugInfoEntry.cpp [DWARF] Rename a function and comment it for clarity. 2020-04-16 15:37:09 -07:00
DWARFDebugInfoEntry.h [DWARF] Rename a function and comment it for clarity. 2020-04-16 15:37:09 -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 [nfc] [lldb] Unindent code 2020-04-09 20:43:00 +02:00
DWARFDefines.cpp [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
DWARFDefines.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
DWARFFormValue.cpp [lldb/DWARF] Always construct a DWARFDebugInfo object 2020-02-20 10:51:40 +01:00
DWARFFormValue.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
DWARFIndex.cpp [nfc] [lldb] Introduce DWARF callbacks (fixed-up) 2020-04-15 23:40:54 +02:00
DWARFIndex.h [nfc] [lldb] Introduce DWARF callbacks (fixed-up) 2020-04-15 23:40:54 +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 [DebugInfo] Rename section identifiers which are deprecated in DWARFv5. NFC. 2020-04-06 13:28:06 +07:00
DWARFUnit.h Remap the target (Xcode) SDK directory to the host SDK directory. 2020-04-06 15:51:30 -07:00
DebugNamesDWARFIndex.cpp [nfc] [lldb] Introduce DWARF callbacks (fixed-up) 2020-04-15 23:40:54 +02:00
DebugNamesDWARFIndex.h [nfc] [lldb] Introduce DWARF callbacks (fixed-up) 2020-04-15 23:40:54 +02:00
HashedNameToDIE.cpp [nfc] [lldb] Introduce DWARF callbacks (fixed-up) 2020-04-15 23:40:54 +02:00
HashedNameToDIE.h [nfc] [lldb] Introduce DWARF callbacks (fixed-up) 2020-04-15 23:40:54 +02: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 [DWARF] Rename a function and comment it for clarity. 2020-04-16 15:37:09 -07:00
ManualDWARFIndex.h [nfc] [lldb] Introduce DWARF callbacks (fixed-up) 2020-04-15 23:40:54 +02:00
NameToDIE.cpp [nfc] [lldb] Introduce DWARF callbacks (fixed-up) 2020-04-15 23:40:54 +02:00
NameToDIE.h [nfc] [lldb] Introduce DWARF callbacks (fixed-up) 2020-04-15 23:40:54 +02:00
SymbolFileDWARF.cpp [DWARF] Rename a function and comment it for clarity. 2020-04-16 15:37:09 -07:00
SymbolFileDWARF.h [nfc] [lldb] Introduce DWARF callbacks (fixed-up) 2020-04-15 23:40:54 +02:00
SymbolFileDWARFDebugMap.cpp [lldb/DWARF] Replace C style casts with static_cast<> (NFC) 2020-03-05 21:24:51 -08:00
SymbolFileDWARFDebugMap.h [lldb][NFC] Make all CompilerDeclContext parameters references instead of pointers 2020-02-18 08:58:36 +01:00
SymbolFileDWARFDwo.cpp [nfc] [lldb] Introduce DWARF callbacks (fixed-up) 2020-04-15 23:40:54 +02:00
SymbolFileDWARFDwo.h [nfc] [lldb] Introduce DWARF callbacks (fixed-up) 2020-04-15 23:40:54 +02:00
SymbolFileDWARFProperties.td [lldb] Don't process symlinks deep inside DWARFUnit 2020-01-20 13:05:00 +01:00
UniqueDWARFASTType.cpp [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
UniqueDWARFASTType.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00