summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/Breakpad
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Remove FileSpec->CompileUnit inheritancePavel Labath2019-11-291-1/+1
* 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-24/+15
* Remove the is_mangled flag from Mangled and SymbolAdrian Prantl2019-10-091-2/+2
* Remove size_t return parameter from FindTypesAdrian Prantl2019-10-012-19/+12
* Remove unused "append" parameter from FindTypes APIAdrian Prantl2019-09-302-12/+7
* Unwind: Add a stack scanning mechanism to support win32 unwindingPavel Labath2019-09-272-5/+28
* Breakpad: Basic support for STACK WIN unwindingPavel Labath2019-09-052-27/+142
* Postfix: move more code out of the PDB pluginPavel Labath2019-08-261-1/+1
* Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-222-3/+4
* Revert Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-222-4/+3
* Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-222-3/+4
* 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
* Add llvm-style RTTI to ObjectFile hierarchyPavel Labath2019-07-311-4/+1
* SymbolVendor: Remove the object file member variablePavel Labath2019-07-312-18/+23
* [Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford2019-07-301-2/+5
* SymbolVendor: Move locking into the Symbol FilesPavel Labath2019-07-301-0/+4
* SymbolVendor: Move compile unit handling into the SymbolFile classPavel Labath2019-07-232-13/+7
* Support Linux signal return trampolines in frame initializationJoseph Tremoulet2019-07-191-0/+1
* Breakpad: Generate unwind plans from STACK CFI recordsPavel Labath2019-05-132-2/+194
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-6/+0
* Pass ConstString by value (NFC)Adrian Prantl2019-03-062-6/+6
* Deserialize Clang module search path from DWARFAdrian Prantl2019-02-131-3/+3
* Breakpad: auto-detect path style of file entriesPavel Labath2019-02-111-1/+3
* SymbolFileBreakpad: Add line table supportPavel Labath2019-02-072-35/+357
* BreakpadRecords: Address post-commit feedbackPavel Labath2019-01-241-2/+2
* breakpad: Add FUNC records to the symtabPavel Labath2019-01-221-25/+31
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* Breakpad: Extract parsing code into a separate filePavel Labath2019-01-181-20/+12
* [SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner2019-01-142-5/+4
* [SymbolFile] Remove the SymbolContext parameter from FindNamespace.Zachary Turner2019-01-141-1/+1
* [SymbolFile] Rename ParseFunctionBlocks to ParseBlocksRecursive.Zachary Turner2019-01-141-1/+1
* Fix build breaks after the ParseCompileUnit changes.Zachary Turner2019-01-112-12/+9
* Introduce SymbolFileBreakpad and use it to fill symtabPavel Labath2019-01-113-0/+385
OpenPOWER on IntegriCloud