summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/PDB
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Remove some calls to GetASTContextRaphael Isemann2019-12-261-14/+7
* [lldb][NFC] Make CompilerDeclContext construction type safeRaphael Isemann2019-12-232-5/+4
* [lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...Raphael Isemann2019-12-211-25/+23
* [lldb][NFC] Use StringRef in CreateRecordType and CreateObjCClassRaphael Isemann2019-12-171-3/+3
* [lldb][NFC] Rename ClangASTImporter::InsertRecordDecl to SetRecordLayout and ...Raphael Isemann2019-12-171-1/+1
* [lldb][NFC] Remove all unnecessary includes for ClangASTSourceCommon.hRaphael Isemann2019-12-171-1/+1
* [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
* Replace bitfield in lldb::Type with byte-sized members. (NFC)Adrian Prantl2019-11-181-12/+12
* Add RTTI support to the SymbolFile class hierarchyAdrian Prantl2019-11-152-0/+13
* Performance: Add a set of visited SymbolFiles to the other FindFiles variant.Adrian Prantl2019-11-122-3/+5
* (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-172-49/+33
* Remove the is_mangled flag from Mangled and SymbolAdrian Prantl2019-10-091-1/+0
* [lldb] [cmake] Support linking against clang-cpp dylibMichal Gorny2019-10-041-3/+4
* [lldb] Fix unused variable warningJordan Rupprecht2019-10-011-1/+0
* Update SymbolFilePDB for FindTypes API change.Adrian Prantl2019-10-012-22/+17
* Remove unused "append" parameter from FindTypes APIAdrian Prantl2019-09-302-8/+4
* DWARFExpression: Simplify class interfacePavel Labath2019-08-271-1/+1
* Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-222-2/+6
* Revert Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-222-6/+2
* Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-222-2/+6
* Generalize FindTypes with CompilerContext to support fuzzy lookupAdrian Prantl2019-08-212-4/+3
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [Symbol] Decouple clang from CompilerTypeAlex Langford2019-08-131-7/+14
* Fix ClangASTContext::CreateParameterDeclaration to not call addDeclShafik Yaghmour2019-08-021-1/+1
* SymbolVendor: Remove the object file member variablePavel Labath2019-07-312-15/+16
* Change '|' to '&' in conditional.Richard Trieu2019-07-311-1/+1
* [Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford2019-07-302-32/+118
* SymbolVendor: Move locking into the Symbol FilesPavel Labath2019-07-301-0/+17
* SymbolVendor: Remove the type list memberPavel Labath2019-07-252-9/+1
* SymbolVendor: Move compile unit handling into the SymbolFile classPavel Labath2019-07-232-35/+29
* [DWARFExpression] Remove ctor that takes just a compile unit.Jonas Devlieghere2019-05-281-7/+7
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-102-8/+0
* Kill unused variable m_tu_decl_up in SymbolFilePDBNathan Lanza2019-03-272-10/+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
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-111-5/+5
* Pass ConstString by value (NFC)Adrian Prantl2019-03-062-8/+8
* PECOFF: Implement GetBaseAddressPavel Labath2019-02-181-1/+1
* Deserialize Clang module search path from DWARFAdrian Prantl2019-02-132-2/+2
* ObjectFilePECOFF: Create a "container" section spanning the entire module imagePavel Labath2019-02-132-8/+4
* [PDB] Fix location retrieval for function local variables and arguments that areAleksandr Urakov2019-02-014-473/+90
* Make a blind attempt at fixing PDBASTParser nullability issuesAdrian Prantl2019-01-291-2/+6
* Make Type::GetByteSize optional (NFC)Adrian Prantl2019-01-291-6/+10
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-196-24/+18
* [SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner2019-01-142-3/+1
* [SymbolFile] Remove the SymbolContext parameter from FindNamespace.Zachary Turner2019-01-142-2/+0
* [SymbolFile] Rename ParseFunctionBlocks to ParseBlocksRecursive.Zachary Turner2019-01-142-13/+9
* [SymbolFile] Make ParseCompileUnitXXX accept a CompileUnit&.Zachary Turner2019-01-112-65/+45
OpenPOWER on IntegriCloud