summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol
Commit message (Expand)AuthorAgeFilesLines
...
* [lldb][NFC] Don't implement ClangASTContext::SetMetadata again as a static me...Raphael Isemann2019-12-121-7/+8
* [lldb] Don't search the metadata map three times when retrieving metadataRaphael Isemann2019-12-112-7/+4
* [lldb][NFC] Remove ClangExternalASTSourceCommon::g_TotalSizeOfMetadataRaphael Isemann2019-12-111-7/+0
* [lldb] Centralize type "desugaring" logic in ClangASTContextPavel Labath2019-12-101-801/+74
* [lldb][NFC] Make g_TotalSizeOfMetadata in ClangExternalASTSourceCommon.cpp st...Raphael Isemann2019-12-101-1/+1
* [LLDB] [PECOFF] Make sure to set the address byte size in m_data after parsin...Martin Storsjö2019-12-101-7/+1
* [lldb] Support for DWARF-5 atomic typesRaphael Isemann2019-12-094-1/+43
* Symbol: use elaborated types for `DataExtractor`Saleem Abdulrasool2019-12-071-3/+3
* [lldb][NFC] Migrate FileSpec::Dump to raw_ostreamRaphael Isemann2019-12-062-3/+3
* [lldb][NFC] Move Address and AddressRange functions out of Stream and let the...Raphael Isemann2019-12-051-6/+6
* [lldb] Don't put compile unit name into the support file list and support DWA...Pavel Labath2019-12-051-19/+17
* [lldb] Fix macOS build by replacing nullptr with FileSpec()Raphael Isemann2019-12-041-1/+1
* [lldb] Remove some (almost) unused Stream::operator<<'sPavel Labath2019-12-041-1/+1
* [lldb] Remove FileSpec(FileSpec*) constructorPavel Labath2019-12-041-3/+3
* [lldb] s/FileSpec::Equal/FileSpec::MatchPavel Labath2019-12-043-14/+8
* [ClangASTContext] Remove a very old hack.Davide Italiano2019-12-031-25/+0
* [lldb] Use llvm range functions in LineTable.cppPavel Labath2019-12-031-6/+2
* [LLDB] Set the right address size on output DataExtractors from ObjectFileMartin Storsjö2019-12-021-1/+7
* [lldb][NFC] Remove unused ClangASTContext::GetBasicType(ConstString)Raphael Isemann2019-11-291-5/+0
* [lldb][NFC] Remove ClangASTContext::GetBuiltinTypeForEncodingAndBitSize overloadRaphael Isemann2019-11-291-35/+20
* [lldb][NFC] Explicitly ask for a ClangASTContext in ClangASTSourceRaphael Isemann2019-11-291-1/+1
* [lldb][NFC] Early exit in ClangASTContext::CreateInstanceRaphael Isemann2019-11-291-41/+41
* [lldb] Remove FileSpec->CompileUnit inheritancePavel Labath2019-11-293-20/+12
* [lldb] NFC: refactor CompileUnit::ResolveSymbolContextKonrad Kleine2019-11-281-77/+60
* [lldb][NFC] Remove CompilerDeclContext::IsClangRaphael Isemann2019-11-283-11/+9
* [lldb][NFC] Remove unused CompilerDecl::IsClangRaphael Isemann2019-11-281-4/+0
* Revert "[lldb] NFC: refactor CompileUnit::ResolveSymbolContext"Raphael Isemann2019-11-281-60/+76
* [lldb][NFC] Use llvm::StringRef instead of C-strings as multimap keyRaphael Isemann2019-11-281-10/+5
* [lldb] NFC: refactor CompileUnit::ResolveSymbolContextKonrad Kleine2019-11-281-76/+60
* [lldb][NFC] Remove forward declaration of PrivateAutoCompleteMembersRaphael Isemann2019-11-281-7/+0
* [lldb][NFC] Move TypeSystem RTTI to static variable to remove swift referenceRaphael Isemann2019-11-274-10/+9
* [lldb][NFC] Remove unused CompilerType memory functionsRaphael Isemann2019-11-271-167/+0
* [lldb] remove unsigned Stream::operator<< overloadsPavel Labath2019-11-263-11/+9
* [lldb] Add boilerplate to recognize the .debug_rnglists.dwo sectionPavel Labath2019-11-261-0/+1
* [lldb][NFC] Allow range-based for-loops on VariableListRaphael Isemann2019-11-252-15/+9
* [lldb] Remove lldb's own ASTDumperRaphael Isemann2019-11-251-0/+21
* [DWARF] Handle call sites with indirect call targetsVedant Kumar2019-11-221-29/+62
* Reformat code for readability.Adrian Prantl2019-11-221-2/+2
* Register Objective-C property accessors with their property decls.Adrian Prantl2019-11-221-29/+45
* Early-exitify ClangASTContext::AddObjCClassProperty() (NFC)Adrian Prantl2019-11-211-178/+162
* [lldb][NFC] Remove unused ClangASTContext::GetUnknownAnyTypeRaphael Isemann2019-11-201-7/+0
* [lldb][NFC] Simplify ClangASTContext::GetBasicTypesRaphael Isemann2019-11-201-14/+5
* [lldb][NFC] Remove ClangASTContext::GetAsDeclContextRaphael Isemann2019-11-201-10/+0
* [lldb][NFC] Remove ClangASTContext::FieldIsBitfield overloadRaphael Isemann2019-11-201-11/+4
* [lldb][NFC] Remove ClangASTContext::GetUniqueNamespaceDeclaration overloadRaphael Isemann2019-11-201-10/+0
* Replace bitfield in lldb::Type with byte-sized members. (NFC)Adrian Prantl2019-11-181-26/+25
* Add RTTI support to the SymbolFile class hierarchyAdrian Prantl2019-11-151-0/+2
* Use ForEachExternalModule in ParseTypeFromClangModule (NFC)Adrian Prantl2019-11-141-2/+5
* [LLDB][Formatters] Re-enable std::function formatter with fixes to improve no...shafik2019-11-121-0/+26
* Performance: Add a set of visited SymbolFiles to the other FindFiles variant.Adrian Prantl2019-11-121-1/+3
OpenPOWER on IntegriCloud