summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] Fix the handling of unnamed bit-fields when parsing DWARFshafik2020-01-272-135/+66
* [lldb/DWARF] Move location list sections into DWARFContextPavel Labath2020-01-145-17/+23
* Expression eval lookup speedup by not returning methods in ManualDWARFIndex::...Levon Ter-Grigoryan2020-01-141-2/+0
* [lldb/DWARF] Don't automatically search dwo unit attributesPavel Labath2020-01-104-23/+7
* [lldb/DWARF] Fix mixed v4+v5 location listsPavel Labath2020-01-097-35/+26
* [lldb/DWARF] Add is_dwo member to DWARFUnitPavel Labath2020-01-097-20/+19
* [lldb] Remove various dead Compare functionsAlex Langford2020-01-081-95/+0
* Delete dead code.Adrian Prantl2020-01-081-48/+0
* [lldb][NFC] Remove unused variable in DWARFASTParserClang::ParseSingleMemberRaphael Isemann2020-01-021-1/+0
* [lldb][NFC] Create type-safe function for creating a CompilerType from a Qual...Raphael Isemann2020-01-022-3/+3
* [lldb][NFC] Simplify ClangASTContext::GetTypeForDeclRaphael Isemann2019-12-301-3/+4
* [lldb] Remove some calls to GetASTContextRaphael Isemann2019-12-261-14/+7
* [lldb][NFC] Use StringRef in ClangASTContext::GetBuiltinTypeForDWARFEncodingA...Raphael Isemann2019-12-251-2/+2
* Revert "[lldb] Don't process symlinks deep inside DWARFUnit"Jonas Devlieghere2019-12-232-12/+20
* [lldb] Remove DWARFUnit::AppendDIEsWithTagPavel Labath2019-12-233-24/+6
* [lldb/DWARF] Fix hostname-stripping logicPavel Labath2019-12-231-0/+2
* [lldb] Don't process symlinks deep inside DWARFUnitPavel Labath2019-12-232-20/+12
* [lldb][NFC] Make CompilerDeclContext construction type safeRaphael Isemann2019-12-234-8/+7
* [lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...Raphael Isemann2019-12-213-43/+41
* Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysrootAdrian Prantl2019-12-201-1/+1
* [LLDB] Fix address computation for inline functionJohannes Altmanninger2019-12-201-3/+6
* [lldb][NFC] Use StringRef in CreateRecordType and CreateObjCClassRaphael Isemann2019-12-172-6/+5
* [lldb][NFC] Rename ClangASTImporter::InsertRecordDecl to SetRecordLayout and ...Raphael Isemann2019-12-173-4/+4
* [lldb][NFC] Remove all unnecessary includes for ClangASTSourceCommon.hRaphael Isemann2019-12-174-4/+3
* [lldb] Add support for calling objc_direct methods from LLDB's expression eva...Raphael Isemann2019-12-172-1/+7
* [lldb][NFC] Make metadata tracking type safeRaphael Isemann2019-12-131-1/+2
* [lldb/DWARF] Fix v5 location lists for dwo filesPavel Labath2019-12-122-1/+8
* [lldb/DWARF] Add support for DW_AT_loclists_base&DW_FORM_loclistxPavel Labath2019-12-115-3/+42
* [lldb] Improve/fix base address selection in location listsPavel Labath2019-12-092-6/+6
* [lldb] Support for DWARF-5 atomic typesRaphael Isemann2019-12-091-0/+4
* [lldb/DWARF] Fix DW_AT_addr_base & DW_AT_low_pc interactionPavel Labath2019-12-061-4/+13
* [lldb/DWARF] Fix DW_AT_rnglists_base handling for dwo filesPavel Labath2019-12-061-3/+5
* [lldb/DWARF] Remove DWARFDebugRangesBase abstract classPavel Labath2019-12-062-13/+4
* [lldb][NFC] Move Address and AddressRange functions out of Stream and let the...Raphael Isemann2019-12-052-6/+9
* [lldb/DWARF] Switch to llvm debug_rnglists parserPavel Labath2019-12-058-230/+103
* [lldb] Don't put compile unit name into the support file list and support DWA...Pavel Labath2019-12-053-26/+17
* [lldb] s/FileSpec::Equal/FileSpec::MatchPavel Labath2019-12-042-8/+3
* [lldb][NFC] Extract single member parsing out of DWARFASTParserClang::ParseCh...Raphael Isemann2019-12-042-443/+490
* [lldb][NFC] Don't calculate member indices in DWARFASTParserClang::ParseChild...Raphael Isemann2019-12-021-2/+0
* [lldb][NFC] Remove dead logging code from DWARFASTParserClang::CompleteRecord...Raphael Isemann2019-11-291-70/+1
* [lldb] Remove FileSpec->CompileUnit inheritancePavel Labath2019-11-294-6/+6
* [lldb][NFC] Remove unused CStringToDIEMap typedefRaphael Isemann2019-11-281-6/+0
* [lldb][NFC] Split up DWARFASTParserClang::CompleteTypeFromDWARFRaphael Isemann2019-11-282-222/+243
* [lldb] Remove debugging code used for LLDB_DWARF_DONT_COMPLETE_TYPENAMESRaphael Isemann2019-11-281-33/+0
* [lldb][NFC] Early exit in DWARFASTParserClang::ParseArrayTypeRaphael Isemann2019-11-271-74/+74
* [lldb][NFC] Modernize string handling in DWARFASTParserClang::ParseTypeModifierRaphael Isemann2019-11-261-22/+16
* [lldb][NFC] Remove no longer unused variable in DWARFASTParserClang::ParseTyp...Raphael Isemann2019-11-261-1/+0
* [lldb][NFC] Simplify structure parsing code in DWARFASTParserClang::ParseType...Raphael Isemann2019-11-261-4/+2
* [lldb] Add boilerplate to recognize the .debug_rnglists.dwo sectionPavel Labath2019-11-261-1/+2
* [lldb][NFC] Extract type modifier parsing from DWARFASTParserClang::ParseType...Raphael Isemann2019-11-262-208/+226
OpenPOWER on IntegriCloud