summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.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-11/+10
* [NativePDB] Remove unused references to ClangASTImporterAlex Langford2019-10-111-2/+0
* Remove size_t return parameter from FindTypesAdrian Prantl2019-10-011-11/+10
* 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-2/+2
* Revert Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-221-2/+2
* Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-221-2/+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/+2
* SymbolVendor: Move compile unit handling into the SymbolFile classPavel Labath2019-07-231-4/+3
* [NativePDB] Support member function types in PdbAstBuilderAleksandr Urakov2019-05-131-0/+3
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-6/+0
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-4/+4
* Deserialize Clang module search path from DWARFAdrian Prantl2019-02-131-3/+3
* 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/+1
* [SymbolFile] Remove the SymbolContext parameter from FindNamespace.Zachary Turner2019-01-141-1/+1
* [SymbolFile] Rename ParseFunctionBlocks to ParseBlocksRecursive.Zachary Turner2019-01-141-1/+1
* [SymbolFile] Make ParseCompileUnitXXX accept a CompileUnit&.Zachary Turner2019-01-111-8/+8
* Change SymbolFile::ParseTypes to ParseTypesForCompileUnit.Zachary Turner2019-01-101-1/+2
* [NativePDB] Add support for parsing typedef records.Zachary Turner2019-01-101-0/+3
* [NativePDB] Implement ParseDeclsForContext.Zachary Turner2019-01-021-0/+3
* [NativePDB] Fix setting breakpoint by file and line.Zachary Turner2019-01-021-0/+6
* [NativePDB] Decouple AST reconstruction from lldb Symbol creation.Zachary Turner2018-12-171-36/+21
* [NativePDB] Add support for local variables.Zachary Turner2018-12-131-5/+17
* [NativePDB] Reconstruct function declarations from debug info.Zachary Turner2018-12-071-1/+3
* [NativePDB] Rewrite the PdbSymUid to use our own custom namespacing scheme.Zachary Turner2018-11-161-18/+21
* [NativePDB] Add support for S_CONSTANT records.Zachary Turner2018-11-131-0/+2
* [NativePDB] Higher fidelity reconstruction of AST from Debug Info.Zachary Turner2018-11-081-4/+10
* Fix (and improve) the support for C99 variable length array typesAdrian Prantl2018-11-051-0/+4
* Add a target modules dump ast command.Zachary Turner2018-11-051-0/+2
* [NativePDB] Get LLDB types from PDB function types.Zachary Turner2018-11-011-0/+2
* [NativePDB] Add support for dumping global variables of class type.Zachary Turner2018-10-301-0/+2
* [NativePDB] Add the ability to dump dump global variables.Zachary Turner2018-10-261-0/+8
* Don't type-erase the FunctionNameType or TypeClass enums.Zachary Turner2018-10-251-3/+4
* Don't type-erase the SymbolContextItem enumeration.Zachary Turner2018-10-251-1/+2
* Remove unused private methods.Zachary Turner2018-10-231-8/+0
* [NativePDB] Add basic support for tag types to the native pdb plugin.Zachary Turner2018-10-231-0/+42
* Some cleanups to the native pdb plugin [NFC].Zachary Turner2018-10-221-80/+67
* Resubmit "Add SymbolFileNativePDB plugin."Zachary Turner2018-10-121-0/+181
* Revert SymbolFileNativePDB plugin.Zachary Turner2018-10-111-181/+0
* Create a SymbolFile plugin for cross-platform PDB access.Zachary Turner2018-10-101-0/+181
OpenPOWER on IntegriCloud