summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Make CompilerDeclContext construction type safeRaphael Isemann2019-12-231-4/+3
* [lldb] Don't put compile unit name into the support file list and support DWA...Pavel Labath2019-12-051-7/+1
* [lldb] Remove FileSpec->CompileUnit inheritancePavel Labath2019-11-291-2/+1
* 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-3/+4
* (NFC) Delete variable made unused by llvm-svn: 375160Sterling Augustine2019-10-171-1/+0
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-171-36/+20
* Remove the is_mangled flag from Mangled and SymbolAdrian Prantl2019-10-091-1/+0
* [lldb] Fix unused variable warningJordan Rupprecht2019-10-011-1/+0
* Update SymbolFilePDB for FindTypes API change.Adrian Prantl2019-10-011-15/+10
* Remove unused "append" parameter from FindTypes APIAdrian Prantl2019-09-301-6/+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-1/+1
* SymbolVendor: Remove the object file member variablePavel Labath2019-07-311-13/+14
* Change '|' to '&' in conditional.Richard Trieu2019-07-311-1/+1
* [Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford2019-07-301-31/+117
* SymbolVendor: Move locking into the Symbol FilesPavel Labath2019-07-301-0/+17
* SymbolVendor: Remove the type list memberPavel Labath2019-07-251-7/+1
* SymbolVendor: Move compile unit handling into the SymbolFile classPavel Labath2019-07-231-30/+25
* Kill unused variable m_tu_decl_up in SymbolFilePDBNathan Lanza2019-03-271-9/+1
* Get the lang from the CompileUnit for ParseCompileUnitFunctionForPDBFuncNathan Lanza2019-03-271-1/+2
* 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
* ObjectFilePECOFF: Create a "container" section spanning the entire module imagePavel Labath2019-02-131-4/+2
* [PDB] Fix location retrieval for function local variables and arguments that areAleksandr Urakov2019-02-011-6/+19
* 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-1/+0
* [SymbolFile] Remove the SymbolContext parameter from FindNamespace.Zachary Turner2019-01-141-1/+0
* [SymbolFile] Rename ParseFunctionBlocks to ParseBlocksRecursive.Zachary Turner2019-01-141-12/+8
* [SymbolFile] Make ParseCompileUnitXXX accept a CompileUnit&.Zachary Turner2019-01-111-50/+35
* Change SymbolFile::ParseTypes to ParseTypesForCompileUnit.Zachary Turner2019-01-101-22/+11
* Change lldb-test to use ParseAllDebugSymbols.Zachary Turner2019-01-091-0/+23
* NFC: fix compiler warning about code never being executed when compiling on n...Greg Clayton2018-12-121-3/+4
* [PDB] Support PDB-backed expressions evaluation (+ fix stuck test)Aleksandr Urakov2018-12-031-19/+25
* Revert "[PDB] Support PDB-backed expressions evaluation"Stella Stamenova2018-11-301-25/+19
* [PDB] Support PDB-backed expressions evaluationAleksandr Urakov2018-11-301-19/+25
* [Symbol] Search symbols with name and type in a symbol fileAleksandr Urakov2018-11-301-0/+52
* Remove comments after header includes.Jonas Devlieghere2018-11-111-1/+1
* [PDB] Introduce `MSVCUndecoratedNameParser`Aleksandr Urakov2018-11-061-26/+16
* Fix (and improve) the support for C99 variable length array typesAdrian Prantl2018-11-051-0/+5
* Add a target modules dump ast command.Zachary Turner2018-11-051-0/+8
* Revert "[Symbol] Search symbols with name and type in a symbol file"Davide Italiano2018-11-021-49/+0
* [Symbol] Search symbols with name and type in a symbol fileAleksandr Urakov2018-11-021-0/+49
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-3/+3
* Don't type-erase the FunctionNameType or TypeClass enums.Zachary Turner2018-10-251-2/+2
OpenPOWER on IntegriCloud