summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/NativePDB
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Create type-safe function for creating a CompilerType from a Qual...Raphael Isemann2020-01-021-1/+1
* [lldb][NFC] Make CompilerDeclContext construction type safeRaphael Isemann2019-12-231-1/+1
* [lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...Raphael Isemann2019-12-211-8/+6
* [lldb][NFC] Use StringRef in CreateRecordType and CreateObjCClassRaphael Isemann2019-12-171-3/+2
* [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-172-2/+1
* [lldb] Don't put compile unit name into the support file list and support DWA...Pavel Labath2019-12-051-11/+1
* Replace bitfield in lldb::Type with byte-sized members. (NFC)Adrian Prantl2019-11-181-11/+11
* 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-2/+4
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-172-23/+17
* [NativePDB] Remove unused references to ClangASTImporterAlex Langford2019-10-112-3/+0
* [lldb] [cmake] Support linking against clang-cpp dylibMichal Gorny2019-10-041-2/+3
* Remove size_t return parameter from FindTypesAdrian Prantl2019-10-012-33/+23
* Remove unused "append" parameter from FindTypes APIAdrian Prantl2019-09-302-9/+4
* DWARFExpression: Simplify class interfacePavel Labath2019-08-271-2/+2
* Postfix: move more code out of the PDB pluginPavel Labath2019-08-261-47/+13
* Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-222-3/+6
* Revert Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-222-6/+3
* Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-222-3/+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-142-6/+6
* Changing representation of .cv_def_range directives in Codeview debug info as...Nilanjana Basu2019-08-051-2/+2
* Revert "Changing representation of .cv_def_range directives in Codeview debug...Nilanjana Basu2019-08-051-2/+2
* Changing representation of .cv_def_range directives in Codeview debug info as...Nilanjana Basu2019-08-051-2/+2
* Fix ClangASTContext::CreateParameterDeclaration to not call addDeclShafik Yaghmour2019-08-021-1/+1
* Add llvm-style RTTI to ObjectFile hierarchyPavel Labath2019-07-311-0/+2
* SymbolVendor: Remove the object file member variablePavel Labath2019-07-312-14/+14
* [Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford2019-07-304-21/+22
* SymbolVendor: Move locking into the Symbol FilesPavel Labath2019-07-301-0/+12
* SymbolVendor: Remove the type list memberPavel Labath2019-07-251-3/+3
* SymbolVendor: Move compile unit handling into the SymbolFile classPavel Labath2019-07-232-7/+5
* [NativePDB] Make GetOrCreateDeclForUid return an lldb CompilerDeclNathan Lanza2019-07-213-12/+16
* [NativePDB] Add a FromCompilerDecl for going from lldb -> clangNathan Lanza2019-07-172-0/+5
* [NativePDB] Make GetTranslationUnitDecl return an lldb CompilerDeclCtxNathan Lanza2019-07-172-10/+11
* [COFF, ARM64] Fix CodeView API change for getRegisterNamesTom Tan2019-06-031-1/+12
* [DWARFExpression] Remove ctor that takes just a compile unit.Jonas Devlieghere2019-05-281-2/+2
* [NativePDB] Support member function types in PdbAstBuilderAleksandr Urakov2019-05-132-0/+19
* Fix file names in file headers. NFCFangrui Song2019-05-133-3/+3
* PostfixExpression: move DWARF generator out of NativePDB internalsPavel Labath2019-04-261-183/+16
* PostfixExpression: move parser out of NativePDB internalsPavel Labath2019-04-241-96/+12
* Move postfix expression code out of the NativePDB pluginPavel Labath2019-04-231-233/+67
* [NativePDB] Add anonymous namespaces supportAleksandr Urakov2019-04-222-7/+13
* Fix compiler warning introduced by r358261Pavel Labath2019-04-121-0/+2
* PDBFPO: Improvements to the AST visitorPavel Labath2019-04-121-138/+116
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-102-8/+0
* PDBFPO: add dyn_cast supportPavel Labath2019-04-081-7/+25
* PDBFPO: Use references instead of pointers, where possiblePavel Labath2019-04-051-65/+63
* [codeview] Remove Type member from CVRecordReid Kleckner2019-04-041-1/+1
* [NativePDB] Don't fail on import modules.Zachary Turner2019-04-021-2/+11
OpenPOWER on IntegriCloud