summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.h
Commit message (Expand)AuthorAgeFilesLines
* Add RTTI support to the SymbolFile class hierarchyAdrian Prantl2019-11-151-0/+11
* Performance: Add a set of visited SymbolFiles to the other FindFiles variant.Adrian Prantl2019-11-121-0/+1
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-171-13/+13
* Update SymbolFilePDB for FindTypes API change.Adrian Prantl2019-10-011-7/+7
* Remove unused "append" parameter from FindTypes APIAdrian Prantl2019-09-301-2/+2
* Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-221-1/+2
* Revert Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-221-2/+1
* Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-221-1/+2
* Generalize FindTypes with CompilerContext to support fuzzy lookupAdrian Prantl2019-08-211-1/+1
* SymbolVendor: Remove the object file member variablePavel Labath2019-07-311-2/+2
* [Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford2019-07-301-1/+1
* SymbolVendor: Remove the type list memberPavel Labath2019-07-251-2/+0
* SymbolVendor: Move compile unit handling into the SymbolFile classPavel Labath2019-07-231-5/+4
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-6/+0
* Kill unused variable m_tu_decl_up in SymbolFilePDBNathan Lanza2019-03-271-1/+0
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-4/+4
* Deserialize Clang module search path from DWARFAdrian Prantl2019-02-131-1/+1
* 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-2/+1
* [SymbolFile] Remove the SymbolContext parameter from FindNamespace.Zachary Turner2019-01-141-1/+0
* [SymbolFile] Rename ParseFunctionBlocks to ParseBlocksRecursive.Zachary Turner2019-01-141-1/+1
* [SymbolFile] Make ParseCompileUnitXXX accept a CompileUnit&.Zachary Turner2019-01-111-15/+10
* Change SymbolFile::ParseTypes to ParseTypesForCompileUnit.Zachary Turner2019-01-101-1/+2
* Change lldb-test to use ParseAllDebugSymbols.Zachary Turner2019-01-091-0/+4
* [Symbol] Search symbols with name and type in a symbol fileAleksandr Urakov2018-11-301-0/+2
* [PDB] Introduce `MSVCUndecoratedNameParser`Aleksandr Urakov2018-11-061-1/+1
* Fix (and improve) the support for C99 variable length array typesAdrian Prantl2018-11-051-0/+3
* Add a target modules dump ast command.Zachary Turner2018-11-051-0/+2
* Revert "[Symbol] Search symbols with name and type in a symbol file"Davide Italiano2018-11-021-2/+0
* [Symbol] Search symbols with name and type in a symbol fileAleksandr Urakov2018-11-021-0/+2
* Don't type-erase the FunctionNameType or TypeClass enums.Zachary Turner2018-10-251-3/+3
* Don't type-erase the SymbolContextItem enumeration.Zachary Turner2018-10-251-2/+3
* [PDB] Improve performance of the PDB DIA pluginAleksandr Urakov2018-10-231-0/+12
* [PDB] Restore AST from PDB symbolsAleksandr Urakov2018-09-101-2/+3
* Remove append parameter to FindGlobalVariablesPavel Labath2018-05-311-2/+2
* [SymbolFilePDB] Add support for resolving variable symbolsAaron Smith2018-05-231-0/+12
* [SymbolFilePDB] Run clang-format; NFCAaron Smith2018-03-221-11/+10
* [SymbolFilePDB] Simplify getting the source file pathAaron Smith2018-03-201-3/+0
* [SymbolFilePDB] Remove a few null pointer checks by passing refAaron Smith2018-03-191-5/+5
* [SymbolFilePDB] Add support for function symbolsAaron Smith2018-02-091-0/+33
* [lldb] Add support to cache a PDB's global scope and fix a bug in getting the...Aaron Smith2018-01-131-2/+14
* Remove duplicate declaration from D41550; NFC Aaron Smith2017-12-281-4/+0
* Update failing PDB unit tests that are searching for symbols by regexAaron Smith2017-12-281-0/+4
* [lldb] Stop searching for a symbol in a pdb by regexAaron Smith2017-12-221-1/+2
* Move many other files from Core -> Utility.Zachary Turner2017-03-061-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-129/+115
* Update for llvm change to add pdb namespace.Zachary Turner2016-05-041-4/+4
* Initial support for reading type information from PDBs.Zachary Turner2016-04-151-4/+18
* Add support for reading line tables from PDB files.Zachary Turner2016-03-021-0/+190
OpenPOWER on IntegriCloud