summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.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-13/+10
* Remove size_t return parameter from FindTypesAdrian Prantl2019-10-011-11/+8
* Remove unused "append" parameter from FindTypes APIAdrian Prantl2019-09-301-2/+2
* Unwind: Add a stack scanning mechanism to support win32 unwindingPavel Labath2019-09-271-0/+2
* Breakpad: Basic support for STACK WIN unwindingPavel Labath2019-09-051-4/+14
* 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-3/+4
* [Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford2019-07-301-2/+5
* SymbolVendor: Move compile unit handling into the SymbolFile classPavel Labath2019-07-231-5/+3
* Breakpad: Generate unwind plans from STACK CFI recordsPavel Labath2019-05-131-2/+19
* [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
* SymbolFileBreakpad: Add line table supportPavel Labath2019-02-071-3/+69
* 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
* Fix build breaks after the ParseCompileUnit changes.Zachary Turner2019-01-111-10/+7
* Introduce SymbolFileBreakpad and use it to fill symtabPavel Labath2019-01-111-0/+149
OpenPOWER on IntegriCloud