summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/PDB
AgeCommit message (Expand)Author
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-09Change lldb-test to use ParseAllDebugSymbols.Zachary Turner
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-12-12NFC: fix compiler warning about code never being executed when compiling on n...Greg Clayton
2018-12-12[ast] CreateParameterDeclaration should use an appropriate DeclContext.Zachary Turner
2018-12-03[PDB] Support PDB-backed expressions evaluation (+ fix stuck test)Aleksandr Urakov
2018-11-30Revert "[PDB] Support PDB-backed expressions evaluation"Stella Stamenova
2018-11-30[PDB] Support PDB-backed expressions evaluationAleksandr Urakov
2018-11-30[Symbol] Search symbols with name and type in a symbol fileAleksandr Urakov
2018-11-11Remove comments after header includes.Jonas Devlieghere
2018-11-08Refactor ClangASTContext::AddEnumerationValueToEnumerationType() to remove re...Shafik Yaghmour
2018-11-06[PDB] Introduce `MSVCUndecoratedNameParser`Aleksandr Urakov
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-02Revert "[Symbol] Search symbols with name and type in a symbol file"Davide Italiano
2018-11-02[Symbol] Search symbols with name and type in a symbol fileAleksandr Urakov
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-11-01Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner
2018-10-25Don't type-erase the FunctionNameType or TypeClass enums.Zachary Turner
2018-10-25Don't type-erase the SymbolContextItem enumeration.Zachary Turner
2018-10-25[NFC] Refactor SetBaseClasses and DeleteBaseClasses.Zachary Turner
2018-10-23[PDB] Improve performance of the PDB DIA pluginAleksandr Urakov
2018-10-12Resubmit "Add SymbolFileNativePDB plugin."Zachary Turner
2018-10-11Revert SymbolFileNativePDB plugin.Zachary Turner
2018-10-10Create a SymbolFile plugin for cross-platform PDB access.Zachary Turner
2018-09-28[PDB] Handle `char` as a builtin typeAleksandr Urakov
2018-09-26[PDB] Restore the calling convention from PDBAleksandr Urakov
2018-09-14[PDB] Use the raw PDB symbol interface more accuratelyAleksandr Urakov
2018-09-12Fix two issues in PDBASTParserPavel Labath
2018-09-11[PDB] Fix problems after rL341782Aleksandr Urakov
2018-09-10[PDB] Restore AST from PDB symbolsAleksandr Urakov
2018-08-29[PDB] Resolve a symbol context block info correctlyAleksandr Urakov
2018-08-17Fix compiler warnings after rL339649.Aleksandr Urakov
2018-08-16Update LLDB for LLVM CodeView API change in r339907Reid Kleckner
2018-08-14[PDB] Parse UDT symbols and pointers to members (combined patch)Aleksandr Urakov
2018-07-13Convert a location information from PDB to a DWARF expressionJonas Devlieghere
2018-06-28Retrieve a function PDB symbol correctly from nested blocksPavel Labath
2018-06-08PDB support of function-level linking and splitted functionsAaron Smith
2018-06-06Revert "PDB support of function-level linking and splitted functions"Pavel Labath
2018-06-05PDB support of function-level linking and splitted functionsAaron Smith
2018-05-31Remove append parameter to FindGlobalVariablesPavel Labath
2018-05-23[SymbolFilePDB] PDB_BuiltinType::Char16 and Char32 are unsigned in MSVC.Aaron Smith
2018-05-23[SymbolFilePDB] Add a test for wchar_t type in PDB.Aaron Smith
2018-05-23[SymbolFilePDB] Add support for resolving variable symbolsAaron Smith
2018-05-14FileSpec: Remove PathSyntax enum and use llvm version insteadPavel Labath
2018-04-30Reflow paragraphs in comments.Adrian Prantl