summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
AgeCommit message (Expand)Author
2019-03-27Kill unused variable m_tu_decl_up in SymbolFilePDBNathan Lanza
2019-03-27Get the lang from the CompileUnit for ParseCompileUnitFunctionForPDBFuncNathan Lanza
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-13ObjectFilePECOFF: Create a "container" section spanning the entire module imagePavel Labath
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-09Change lldb-test to use ParseAllDebugSymbols.Zachary Turner
2018-12-12NFC: fix compiler warning about code never being executed when compiling on n...Greg Clayton
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-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-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-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-10[PDB] Restore AST from PDB symbolsAleksandr Urakov
2018-08-29[PDB] Resolve a symbol context block info correctlyAleksandr Urakov
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] 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
2018-03-22[SymbolFilePDB] Use section contributions as another way to determine the com...Aaron Smith
2018-03-22[SymbolFilePDB] Ignore compiler generated functions when creating the LLDB ty...Aaron Smith
2018-03-22[SymbolFilePDB] Run clang-format; NFCAaron Smith
2018-03-20[SymbolFilePDB] Simplify code with newer methodsAaron Smith
2018-03-20[SymbolFilePDB] Simplify getting the source file pathAaron Smith