..
AppleDWARFIndex.cpp
[LLDB] Migrate llvm::make_unique to std::make_unique
2019-08-14 22:19:23 +00:00
AppleDWARFIndex.h
DWARF: Add "dwo_num" field to the DIERef class
2019-06-21 07:56:50 +00:00
CMakeLists.txt
[DWARF} Use LLVM's debug line parser in LLDB.
2019-08-13 19:51:51 +00:00
DIERef.cpp
DWARF: Add "dwo_num" field to the DIERef class
2019-06-21 07:56:50 +00:00
DIERef.h
DWARF: Add "dwo_num" field to the DIERef class
2019-06-21 07:56:50 +00:00
DWARFASTParser.h
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
DWARFASTParserClang.cpp
Fix GetDIEForDeclContext so it only returns entries matching the provided context
2019-08-29 15:30:52 +00:00
DWARFASTParserClang.h
DWARF: Share line tables of type units
2019-06-12 11:29:50 +00:00
DWARFAbbreviationDeclaration.cpp
Delete more dead code.
2019-03-19 20:08:56 +00:00
DWARFAbbreviationDeclaration.h
Delete more dead code.
2019-03-19 20:08:56 +00:00
DWARFAttribute.cpp
Permit cross-CU references
2019-05-15 19:22:33 +00:00
DWARFAttribute.h
Permit cross-CU references
2019-05-15 19:22:33 +00:00
DWARFBaseDIE.cpp
[Symbol] Use llvm::Expected when getting TypeSystems
2019-07-30 22:12:34 +00:00
DWARFBaseDIE.h
[Symbol] Use llvm::Expected when getting TypeSystems
2019-07-30 22:12:34 +00:00
DWARFCompileUnit.cpp
Have DWARFUnit store a *reference* to SymbolFileDWARF
2019-06-14 13:01:16 +00:00
DWARFCompileUnit.h
Have DWARFUnit store a *reference* to SymbolFileDWARF
2019-06-14 13:01:16 +00:00
DWARFContext.cpp
[DWARFContext] Strip leading dot in section names
2019-07-13 00:12:22 +00:00
DWARFContext.h
Add convenience methods to convert LLDB to LLVM data structures.
2019-07-11 20:26:53 +00:00
DWARFDIE.cpp
Generalize FindTypes with CompilerContext to support fuzzy lookup
2019-08-21 18:06:56 +00:00
DWARFDIE.h
Generalize FindTypes with CompilerContext to support fuzzy lookup
2019-08-21 18:06:56 +00:00
DWARFDataExtractor.cpp
Add convenience methods to convert LLDB to LLVM data structures.
2019-07-11 20:26:53 +00:00
DWARFDataExtractor.h
Add convenience methods to convert LLDB to LLVM data structures.
2019-07-11 20:26:53 +00:00
DWARFDebugAbbrev.cpp
Fix a regression in DWARF access speed caused by svn revision 356190
2019-05-30 15:32:33 +00: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
DWARFDebugArangeSet: Remove references to SymbolFileDWARF
2019-05-27 14:16:15 +00:00
DWARFDebugArangeSet.h
DWARFDebugArangeSet: Remove references to SymbolFileDWARF
2019-05-27 14:16:15 +00:00
DWARFDebugAranges.cpp
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
2019-07-24 17:56:10 +00:00
DWARFDebugAranges.h
DWARF: Remove unused includes from DWARFDebugAranges.h/cpp
2019-06-14 13:21:57 +00:00
DWARFDebugInfo.cpp
[LLDB] Migrate llvm::make_unique to std::make_unique
2019-08-14 22:19:23 +00:00
DWARFDebugInfo.h
Have DWARFUnit store a *reference* to SymbolFileDWARF
2019-06-14 13:01:16 +00:00
DWARFDebugInfoEntry.cpp
Remove DWARFExpression::LocationListSize
2019-08-29 15:21:26 +00:00
DWARFDebugInfoEntry.h
Code and comment cleanups [NFC]
2019-05-30 17:03:35 +00:00
DWARFDebugMacro.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00: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
DWARF: Improve type safety or range lists parsing
2019-07-26 13:15:28 +00:00
DWARFDebugRanges.h
DWARF: Improve type safety or range lists parsing
2019-07-26 13:15:28 +00:00
DWARFDeclContext.cpp
[lldb] NFC modernize codebase with modernize-use-nullptr
2019-05-23 11:14:47 +00:00
DWARFDeclContext.h
[lldb] NFC modernize codebase with modernize-use-nullptr
2019-05-23 11:14:47 +00:00
DWARFDefines.cpp
[DWARF] Evaluate DW_OP_entry_value
2019-09-11 21:23:45 +00:00
DWARFDefines.h
Remove some dead DWARF enum -> string conversion functions.
2019-03-19 18:32:43 +00:00
DWARFFormValue.cpp
Have DWARFUnit store a *reference* to SymbolFileDWARF
2019-06-14 13:01:16 +00:00
DWARFFormValue.h
Cleanup fixed form sizes.
2019-05-24 22:08:50 +00:00
DWARFIndex.cpp
DWARF: Add "dwo_num" field to the DIERef class
2019-06-21 07:56:50 +00:00
DWARFIndex.h
DWARF: Add "dwo_num" field to the DIERef class
2019-06-21 07:56:50 +00:00
DWARFTypeUnit.cpp
DWARF: Implement DW_AT_signature lookup for type unit support
2019-05-24 08:11:12 +00:00
DWARFTypeUnit.h
Have DWARFUnit store a *reference* to SymbolFileDWARF
2019-06-14 13:01:16 +00:00
DWARFUnit.cpp
[Utility] Reimplement RegularExpression on top of llvm::Regex
2019-08-16 21:25:36 +00:00
DWARFUnit.h
[Symbol] Use llvm::Expected when getting TypeSystems
2019-07-30 22:12:34 +00:00
DebugNamesDWARFIndex.cpp
[LLDB] Migrate llvm::make_unique to std::make_unique
2019-08-14 22:19:23 +00:00
DebugNamesDWARFIndex.h
DWARF: Add "dwo_num" field to the DIERef class
2019-06-21 07:56:50 +00:00
HashedNameToDIE.cpp
[NFC] Fix comments and formatting.
2019-08-23 23:56:19 +00:00
HashedNameToDIE.h
[NFC] Fix comments and formatting.
2019-08-23 23:56:19 +00:00
LogChannelDWARF.cpp
Delete more dead code.
2019-03-19 20:08:56 +00:00
LogChannelDWARF.h
Delete more dead code.
2019-03-19 20:08:56 +00:00
ManualDWARFIndex.cpp
DWARF: Add support for type units+split dwarf combo
2019-06-25 06:59:48 +00:00
ManualDWARFIndex.h
DWARF: Add "dwo_num" field to the DIERef class
2019-06-21 07:56:50 +00:00
NameToDIE.cpp
DWARF: Add "dwo_num" field to the DIERef class
2019-06-21 07:56:50 +00:00
NameToDIE.h
DWARF: Add "dwo_num" field to the DIERef class
2019-06-21 07:56:50 +00:00
SymbolFileDWARF.cpp
[DWARF] Evaluate DW_OP_entry_value
2019-09-11 21:23:45 +00:00
SymbolFileDWARF.h
Extend FindTypes with CompilerContext to allow filtering by language.
2019-08-22 21:45:58 +00:00
SymbolFileDWARFDebugMap.cpp
Remove Module::GetSymbolVendor
2019-08-08 07:34:07 +00:00
SymbolFileDWARFDebugMap.h
SymbolVendor: Remove the object file member variable
2019-07-31 08:25:25 +00:00
SymbolFileDWARFDwo.cpp
SymbolVendor: Remove the object file member variable
2019-07-31 08:25:25 +00:00
SymbolFileDWARFDwo.h
SymbolVendor: Remove the object file member variable
2019-07-31 08:25:25 +00:00
SymbolFileDWARFDwoDwp.cpp
DWARF: Don't create lldb CompileUnits for DWARF type units
2019-06-13 11:22:47 +00:00
SymbolFileDWARFDwoDwp.h
DWARF: Don't create lldb CompileUnits for DWARF type units
2019-06-13 11:22:47 +00:00
SymbolFileDWARFDwp.cpp
DWARF: Don't create lldb CompileUnits for DWARF type units
2019-06-13 11:22:47 +00:00
SymbolFileDWARFDwp.h
DWARF: Don't create lldb CompileUnits for DWARF type units
2019-06-13 11:22:47 +00:00
SymbolFileDWARFProperties.td
[lldb] Qualify includes of Properties[Enum].inc files. NFC
2019-07-29 17:22:10 +00:00
UniqueDWARFASTType.cpp
[lldb] NFC modernize codebase with modernize-use-nullptr
2019-05-23 11:14:47 +00:00
UniqueDWARFASTType.h
[NFC] Remove ASCII lines from comments
2019-04-10 20:48:55 +00:00