summaryrefslogtreecommitdiff
path: root/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
AgeCommit message (Expand)Author
2019-10-17Modernize the rest of the Find.* API (NFC)Adrian Prantl
2019-10-11[NativePDB] Remove unused references to ClangASTImporterAlex Langford
2019-10-01Remove size_t return parameter from FindTypesAdrian Prantl
2019-09-30Remove unused "append" parameter from FindTypes APIAdrian Prantl
2019-08-22Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl
2019-08-22Revert Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl
2019-08-22Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl
2019-08-21Generalize FindTypes with CompilerContext to support fuzzy lookupAdrian Prantl
2019-08-14[LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-07-31Add llvm-style RTTI to ObjectFile hierarchyPavel Labath
2019-07-31SymbolVendor: Remove the object file member variablePavel Labath
2019-07-30[Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford
2019-07-30SymbolVendor: Move locking into the Symbol FilesPavel Labath
2019-07-25SymbolVendor: Remove the type list memberPavel Labath
2019-07-23SymbolVendor: Move compile unit handling into the SymbolFile classPavel Labath
2019-07-21[NativePDB] Make GetOrCreateDeclForUid return an lldb CompilerDeclNathan Lanza
2019-05-13[NativePDB] Support member function types in PdbAstBuilderAleksandr Urakov
2019-03-11Add a case in SymbolFile{Native,}PDB::TranslateLanguage for SwiftNathan Lanza
2019-03-06Pass ConstString by value (NFC)Adrian Prantl
2019-02-18PECOFF: Implement GetBaseAddressPavel Labath
2019-02-13Deserialize Clang module search path from DWARFAdrian Prantl
2019-02-01[PDB] Fix location retrieval for function local variables and arguments that areAleksandr Urakov
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-14[SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner
2019-01-14[SymbolFile] Remove the SymbolContext parameter from FindNamespace.Zachary Turner
2019-01-14[SymbolFile] Rename ParseFunctionBlocks to ParseBlocksRecursive.Zachary Turner
2019-01-11[SymbolFile] Make ParseCompileUnitXXX accept a CompileUnit&.Zachary Turner
2019-01-10Change SymbolFile::ParseTypes to ParseTypesForCompileUnit.Zachary Turner
2019-01-10[NativePDB] Add support for parsing typedef records.Zachary Turner
2019-01-02[NativePDB] Implement ParseDeclsForContext.Zachary Turner
2019-01-02[NativePDB] Fix setting breakpoint by file and line.Zachary Turner
2018-12-20[NativePDB] Create VarDecls for global variables.Zachary Turner
2018-12-19[NativePDB] Fix a use after free and enable corresponding native test.Zachary Turner
2018-12-17[NativePDB] Decouple AST reconstruction from lldb Symbol creation.Zachary Turner
2018-12-14Remove unused variable.Richard Trieu
2018-12-13[NativePDB] Add support for local variables.Zachary Turner
2018-12-12[ast] CreateParameterDeclaration should use an appropriate DeclContext.Zachary Turner
2018-12-07[NativePDB] Reconstruct function declarations from debug info.Zachary Turner
2018-12-06[PDB] Move some code around. NFC.Zachary Turner
2018-11-16[SymbolFile] Remove unused function. NFCI.Davide Italiano
2018-11-16Don't use uniform initialization syntax.Zachary Turner
2018-11-16[NativePDB] Rewrite the PdbSymUid to use our own custom namespacing scheme.Zachary Turner
2018-11-13[NativePDB] Add support for S_CONSTANT records.Zachary Turner
2018-11-13[NativePDB] Improved support for nested type reconstruction.Zachary Turner
2018-11-09[NativePDB] Fix completion of enum types.Zachary Turner
2018-11-08[NativePDB] Higher fidelity reconstruction of AST from Debug Info.Zachary Turner
2018-11-05Fix (and improve) the support for C99 variable length array typesAdrian Prantl
2018-11-05Add a target modules dump ast command.Zachary Turner
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-11-01[NativePDB] Get LLDB types from PDB function types.Zachary Turner