summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove all unnecessary includes for ClangASTSourceCommon.hRaphael Isemann2019-12-171-1/+0
* [lldb] Don't put compile unit name into the support file list and support DWA...Pavel Labath2019-12-051-11/+1
* Replace bitfield in lldb::Type with byte-sized members. (NFC)Adrian Prantl2019-11-181-11/+11
* Add RTTI support to the SymbolFile class hierarchyAdrian Prantl2019-11-151-0/+2
* Performance: Add a set of visited SymbolFiles to the other FindFiles variant.Adrian Prantl2019-11-121-2/+3
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-171-12/+7
* [NativePDB] Remove unused references to ClangASTImporterAlex Langford2019-10-111-1/+0
* Remove size_t return parameter from FindTypesAdrian Prantl2019-10-011-22/+13
* Remove unused "append" parameter from FindTypes APIAdrian Prantl2019-09-301-7/+2
* Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-221-1/+4
* Revert Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-221-4/+1
* Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-221-1/+4
* Generalize FindTypes with CompilerContext to support fuzzy lookupAdrian Prantl2019-08-211-3/+2
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-4/+4
* Add llvm-style RTTI to ObjectFile hierarchyPavel Labath2019-07-311-0/+2
* SymbolVendor: Remove the object file member variablePavel Labath2019-07-311-12/+12
* [Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford2019-07-301-10/+17
* SymbolVendor: Move locking into the Symbol FilesPavel Labath2019-07-301-0/+12
* SymbolVendor: Remove the type list memberPavel Labath2019-07-251-3/+3
* SymbolVendor: Move compile unit handling into the SymbolFile classPavel Labath2019-07-231-3/+2
* [NativePDB] Make GetOrCreateDeclForUid return an lldb CompilerDeclNathan Lanza2019-07-211-3/+4
* [NativePDB] Support member function types in PdbAstBuilderAleksandr Urakov2019-05-131-0/+16
* Add a case in SymbolFile{Native,}PDB::TranslateLanguage for SwiftNathan Lanza2019-03-111-0/+2
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-4/+4
* PECOFF: Implement GetBaseAddressPavel Labath2019-02-181-1/+1
* Deserialize Clang module search path from DWARFAdrian Prantl2019-02-131-1/+1
* [PDB] Fix location retrieval for function local variables and arguments that areAleksandr Urakov2019-02-011-1/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner2019-01-141-4/+3
* [SymbolFile] Remove the SymbolContext parameter from FindNamespace.Zachary Turner2019-01-141-2/+1
* [SymbolFile] Rename ParseFunctionBlocks to ParseBlocksRecursive.Zachary Turner2019-01-141-3/+2
* [SymbolFile] Make ParseCompileUnitXXX accept a CompileUnit&.Zachary Turner2019-01-111-26/+16
* Change SymbolFile::ParseTypes to ParseTypesForCompileUnit.Zachary Turner2019-01-101-1/+1
* [NativePDB] Add support for parsing typedef records.Zachary Turner2019-01-101-5/+110
* [NativePDB] Implement ParseDeclsForContext.Zachary Turner2019-01-021-2/+10
* [NativePDB] Fix setting breakpoint by file and line.Zachary Turner2019-01-021-1/+18
* [NativePDB] Create VarDecls for global variables.Zachary Turner2018-12-201-0/+2
* [NativePDB] Fix a use after free and enable corresponding native test.Zachary Turner2018-12-191-1/+1
* [NativePDB] Decouple AST reconstruction from lldb Symbol creation.Zachary Turner2018-12-171-727/+93
* Remove unused variable.Richard Trieu2018-12-141-1/+0
* [NativePDB] Add support for local variables.Zachary Turner2018-12-131-62/+375
* [ast] CreateParameterDeclaration should use an appropriate DeclContext.Zachary Turner2018-12-121-2/+2
* [NativePDB] Reconstruct function declarations from debug info.Zachary Turner2018-12-071-5/+132
* [PDB] Move some code around. NFC.Zachary Turner2018-12-061-245/+3
* [SymbolFile] Remove unused function. NFCI.Davide Italiano2018-11-161-18/+0
* Don't use uniform initialization syntax.Zachary Turner2018-11-161-10/+9
* [NativePDB] Rewrite the PdbSymUid to use our own custom namespacing scheme.Zachary Turner2018-11-161-174/+140
* [NativePDB] Add support for S_CONSTANT records.Zachary Turner2018-11-131-8/+132
* [NativePDB] Improved support for nested type reconstruction.Zachary Turner2018-11-131-4/+73
* [NativePDB] Fix completion of enum types.Zachary Turner2018-11-091-0/+1
OpenPOWER on IntegriCloud