..
AppleDWARFIndex.cpp
[lldb] Fix typo in AppleDWARFIndex
2020-08-10 19:22:52 -07:00
AppleDWARFIndex.h
[nfc] [lldb] DWARF callbacks: DIERef -> DWARFDIE
2020-04-22 17:11:50 +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
Revert "Ignores functions that have a range starting outside of a code section"
2020-11-09 09:07:48 -08:00
DWARFASTParserClang.cpp
[lldb] Remove single-case switch statement (NFC)
2020-12-10 10:58:30 -08:00
DWARFASTParserClang.h
Revert "Ignores functions that have a range starting outside of a code section"
2020-11-09 09:07:48 -08: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] Fix DW_AT_decl_file from DW_AT_specification from a different CU
2020-11-09 10:52:48 +01:00
DWARFAttribute.h
[lldb] Fix DW_AT_decl_file from DW_AT_specification from a different CU
2020-11-09 10:52:48 +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] Fix DW_TAG_GNU_call_site-DW_AT_low_pc as produced by GCC
2020-06-09 13:41:41 +02: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/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] Abstract scoped timer logic behind LLDB_SCOPED_TIMER (NFC)
2020-12-22 09:10:27 -08: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
[nfc] [lldb] Delete an empty trailing line.
2020-10-18 10:16:00 +02:00
DWARFDebugInfo.h
[lldb] NFC remove DISALLOW_COPY_AND_ASSIGN
2020-06-02 13:23:53 -04:00
DWARFDebugInfoEntry.cpp
[lldb] Fix DW_AT_decl_file from DW_AT_specification from a different CU
2020-11-09 10:52:48 +01:00
DWARFDebugInfoEntry.h
[lldb] Fix DW_AT_decl_file from DW_AT_specification from a different CU
2020-11-09 10:52:48 +01: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] Remove custom DWARF expression printing code
2020-05-25 16:09:25 +02:00
DWARFDefines.h
[lldb] Remove custom DWARF expression printing code
2020-05-25 16:09:25 +02:00
DWARFFormValue.cpp
[lldb/DWARF] Always construct a DWARFDebugInfo object
2020-02-20 10:51:40 +01:00
DWARFFormValue.h
[lldb/DWARF] Fix handling of variables with both location and const_value attributes
2020-08-27 15:05:47 +02:00
DWARFIndex.cpp
[nfc] [lldb] DWARF callbacks: DIERef -> DWARFDIE
2020-04-22 17:11:50 +02:00
DWARFIndex.h
[nfc] [lldb] DWARF callbacks: DIERef -> DWARFDIE
2020-04-22 17:11:50 +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] Abstract scoped timer logic behind LLDB_SCOPED_TIMER (NFC)
2020-12-22 09:10:27 -08:00
DWARFUnit.h
[nfc] [lldb] Fix harmless slicing of DWARFDIE
2020-10-21 15:49:53 +02:00
DebugNamesDWARFIndex.cpp
[nfc] [lldb] DWARF callbacks: DIERef -> DWARFDIE
2020-04-22 17:11:50 +02:00
DebugNamesDWARFIndex.h
[nfc] [lldb] DWARF callbacks: DIERef -> DWARFDIE
2020-04-22 17:11:50 +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
[lldb] Abstract scoped timer logic behind LLDB_SCOPED_TIMER (NFC)
2020-12-22 09:10:27 -08:00
ManualDWARFIndex.h
[nfc] [lldb] DWARF callbacks: DIERef -> DWARFDIE
2020-04-22 17:11:50 +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
[lldb] Abstract scoped timer logic behind LLDB_SCOPED_TIMER (NFC)
2020-12-22 09:10:27 -08:00
SymbolFileDWARF.h
Revert "Check if debug line sequences are starting after the first code segment"
2020-11-09 11:45:35 -08:00
SymbolFileDWARFDebugMap.cpp
[lldb] Abstract scoped timer logic behind LLDB_SCOPED_TIMER (NFC)
2020-12-22 09:10:27 -08:00
SymbolFileDWARFDebugMap.h
ParseXcodeSDK: Register both the CU module and the SymbolFile module.
2020-05-06 16:46:22 -07:00
SymbolFileDWARFDwo.cpp
[nfc] [lldb] DWARF callbacks: DIERef -> DWARFDIE
2020-04-22 17:11:50 +02: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][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