..
AppleDWARFIndex.cpp
[lldb][NFC] Fix all formatting errors in .cpp file headers
2020-01-24 08:52:55 +01:00
AppleDWARFIndex.h
DWARF: Add "dwo_num" field to the DIERef class
2019-06-21 07:56:50 +00:00
CMakeLists.txt
[lldb] Move clang-based files out of Symbol
2020-01-31 12:20:10 -08:00
DIERef.cpp
[lldb][NFC] Fix all formatting errors in .cpp file headers
2020-01-24 08:52:55 +01:00
DIERef.h
DWARF: Add "dwo_num" field to the DIERef class
2019-06-21 07:56:50 +00:00
DWARFASTParser.h
[DWARFASTParserClang] Factor out structure-like type parsing, NFC
2019-10-07 17:22:53 +00:00
DWARFASTParserClang.cpp
[lldb] [NFC] Refactor GetDWARFDeclContext to return DWARFDeclContext
2020-02-06 20:06:28 +01:00
DWARFASTParserClang.h
[lldb] Delete ClangForward.h
2020-02-03 10:43:12 -08:00
DWARFAbbreviationDeclaration.cpp
[lldb][NFC] Fix all formatting errors in .cpp file headers
2020-01-24 08:52:55 +01:00
DWARFAbbreviationDeclaration.h
Delete more dead code.
2019-03-19 20:08:56 +00:00
DWARFAttribute.cpp
[lldb][NFC] Fix all formatting errors in .cpp file headers
2020-01-24 08:52:55 +01:00
DWARFAttribute.h
Permit cross-CU references
2019-05-15 19:22:33 +00:00
DWARFBaseDIE.cpp
[lldb] Move non-DWARF code: DWARFUnit -> SymbolFileDWARF
2020-01-31 15:16:31 +01:00
DWARFBaseDIE.h
[lldb] Move non-DWARF code: DWARFUnit -> SymbolFileDWARF
2020-01-31 15:16:31 +01:00
DWARFCompileUnit.cpp
[lldb][NFC] Fix all formatting errors in .cpp file headers
2020-01-24 08:52:55 +01:00
DWARFCompileUnit.h
[lldb/DWARF] Add is_dwo member to DWARFUnit
2020-01-09 13:19:29 +01:00
DWARFContext.cpp
[lldb][NFC] Fix all formatting errors in .cpp file headers
2020-01-24 08:52:55 +01:00
DWARFContext.h
[lldb/DWARF] Move location list sections into DWARFContext
2020-01-14 15:19:29 +01:00
DWARFDIE.cpp
[lldb] Move non-DWARF code: DWARFUnit -> SymbolFileDWARF
2020-01-31 15:16:31 +01:00
DWARFDIE.h
[lldb] Move non-DWARF code: DWARFUnit -> SymbolFileDWARF
2020-01-31 15:16:31 +01:00
DWARFDataExtractor.cpp
[lldb][NFC] Fix all formatting errors in .cpp file headers
2020-01-24 08:52:55 +01:00
DWARFDataExtractor.h
Add convenience methods to convert LLDB to LLVM data structures.
2019-07-11 20:26:53 +00:00
DWARFDebugAbbrev.cpp
[lldb][NFC] Fix all formatting errors in .cpp file headers
2020-01-24 08:52:55 +01: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
[lldb][NFC] Fix all formatting errors in .cpp file headers
2020-01-24 08:52:55 +01:00
DWARFDebugArangeSet.h
DWARFDebugArangeSet: Remove references to SymbolFileDWARF
2019-05-27 14:16:15 +00:00
DWARFDebugAranges.cpp
[lldb][NFC] Fix all formatting errors in .cpp file headers
2020-01-24 08:52:55 +01:00
DWARFDebugAranges.h
DWARF: Remove unused includes from DWARFDebugAranges.h/cpp
2019-06-14 13:21:57 +00:00
DWARFDebugInfo.cpp
[lldb][NFC] Fix all formatting errors in .cpp file headers
2020-01-24 08:52:55 +01:00
DWARFDebugInfo.h
[lldb][NFC] Remove unused CStringToDIEMap typedef
2019-11-28 13:33:19 +01:00
DWARFDebugInfoEntry.cpp
[lldb] [NFC] Refactor GetDWARFDeclContext to return DWARFDeclContext
2020-02-06 20:06:28 +01:00
DWARFDebugInfoEntry.h
[lldb] [NFC] Refactor GetDWARFDeclContext to return DWARFDeclContext
2020-02-06 20:06:28 +01:00
DWARFDebugMacro.cpp
[lldb][NFC] Fix all formatting errors in .cpp file headers
2020-01-24 08:52:55 +01: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
[lldb][NFC] Fix all formatting errors in .cpp file headers
2020-01-24 08:52:55 +01:00
DWARFDebugRanges.h
[lldb/DWARF] Remove DWARFDebugRangesBase abstract class
2019-12-06 10:15:46 +01:00
DWARFDeclContext.cpp
[lldb][NFC] Fix all formatting errors in .cpp file headers
2020-01-24 08:52:55 +01:00
DWARFDeclContext.h
[lldb] Comment typo fix
2019-11-07 17:48:25 +01:00
DWARFDefines.cpp
[lldb][NFC] Fix all formatting errors in .cpp file headers
2020-01-24 08:52:55 +01:00
DWARFDefines.h
Remove some dead DWARF enum -> string conversion functions.
2019-03-19 18:32:43 +00:00
DWARFFormValue.cpp
[lldb][NFC] Fix all formatting errors in .cpp file headers
2020-01-24 08:52:55 +01:00
DWARFFormValue.h
Cleanup fixed form sizes.
2019-05-24 22:08:50 +00:00
DWARFIndex.cpp
Revert "[lldb/DWARF] Only match mangled name in full-name function lookup (with accelerators)"
2020-01-28 13:46:43 +01:00
DWARFIndex.h
DWARF: Add "dwo_num" field to the DIERef class
2019-06-21 07:56:50 +00:00
DWARFTypeUnit.cpp
[lldb][NFC] Fix all formatting errors in .cpp file headers
2020-01-24 08:52:55 +01:00
DWARFTypeUnit.h
[lldb/DWARF] Add is_dwo member to DWARFUnit
2020-01-09 13:19:29 +01:00
DWARFUnit.cpp
[lldb/DWARF] Don't assume that a SymbolFileDWARFDwo contains one compile unit
2020-02-05 20:37:56 -08:00
DWARFUnit.h
[lldb/DWARF] Don't assume that a SymbolFileDWARFDwo contains one compile unit
2020-02-05 20:37:56 -08:00
DebugNamesDWARFIndex.cpp
[lldb/DWARF] Remove a workaround from DebugNamesDWARFIndex
2020-01-24 12:09:20 +01:00
DebugNamesDWARFIndex.h
DWARF: Add "dwo_num" field to the DIERef class
2019-06-21 07:56:50 +00:00
HashedNameToDIE.cpp
[lldb][NFC] Fix all formatting errors in .cpp file headers
2020-01-24 08:52:55 +01:00
HashedNameToDIE.h
[Dwarf] Make dw_tag_t a typedef for llvm::dwarf::Tag instead of uint16_t.
2019-09-25 16:04:38 +00:00
LogChannelDWARF.cpp
[lldb][NFC] Fix all formatting errors in .cpp file headers
2020-01-24 08:52:55 +01:00
LogChannelDWARF.h
Delete more dead code.
2019-03-19 20:08:56 +00:00
ManualDWARFIndex.cpp
[lldb/DWARF] Don't assume that a SymbolFileDWARFDwo contains one compile unit
2020-02-05 20:37:56 -08:00
ManualDWARFIndex.h
DWARF: Add "dwo_num" field to the DIERef class
2019-06-21 07:56:50 +00:00
NameToDIE.cpp
[lldb][NFC] Fix all formatting errors in .cpp file headers
2020-01-24 08:52:55 +01:00
NameToDIE.h
DWARF: Add "dwo_num" field to the DIERef class
2019-06-21 07:56:50 +00:00
SymbolFileDWARF.cpp
[lldb/Plugins] Use external functions to (de)initialize plugins
2020-02-07 15:28:27 -08:00
SymbolFileDWARF.h
[lldb] [NFC] Refactor GetDWARFDeclContext to return DWARFDeclContext
2020-02-06 20:06:28 +01:00
SymbolFileDWARFDebugMap.cpp
[lldb/Plugins] Use external functions to (de)initialize plugins
2020-02-07 15:28:27 -08:00
SymbolFileDWARFDebugMap.h
[DWARF] Handle call sites with indirect call targets
2019-11-22 11:50:22 -08:00
SymbolFileDWARFDwo.cpp
[lldb/DWARF] Don't assume that a SymbolFileDWARFDwo contains one compile unit
2020-02-05 20:37:56 -08:00
SymbolFileDWARFDwo.h
[lldb/DWARF] Don't assume that a SymbolFileDWARFDwo contains one compile unit
2020-02-05 20:37:56 -08:00
SymbolFileDWARFDwoDwp.cpp
[lldb/DWARF] Don't assume that a SymbolFileDWARFDwo contains one compile unit
2020-02-05 20:37:56 -08:00
SymbolFileDWARFDwoDwp.h
Add RTTI support to the SymbolFile class hierarchy
2019-11-15 11:52:13 -08:00
SymbolFileDWARFDwp.cpp
[lldb][NFC] Fix all formatting errors in .cpp file headers
2020-01-24 08:52:55 +01:00
SymbolFileDWARFDwp.h
DWARF: Don't create lldb CompileUnits for DWARF type units
2019-06-13 11:22:47 +00: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
[NFC] Remove ASCII lines from comments
2019-04-10 20:48:55 +00:00