summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Remove FileSpec->CompileUnit inheritancePavel Labath2019-11-291-1/+1
* Add RTTI support to the SymbolFile class hierarchyAdrian Prantl2019-11-151-0/+2
* Performance: Add a set of visited SymbolFiles to the other FindFiles variant.Adrian Prantl2019-11-121-2/+3
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-171-11/+5
* Remove the is_mangled flag from Mangled and SymbolAdrian Prantl2019-10-091-2/+2
* Remove size_t return parameter from FindTypesAdrian Prantl2019-10-011-8/+4
* Remove unused "append" parameter from FindTypes APIAdrian Prantl2019-09-301-10/+5
* Unwind: Add a stack scanning mechanism to support win32 unwindingPavel Labath2019-09-271-5/+26
* Breakpad: Basic support for STACK WIN unwindingPavel Labath2019-09-051-23/+128
* 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-221-1/+2
* Revert Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-221-2/+1
* Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-221-1/+2
* Generalize FindTypes with CompilerContext to support fuzzy lookupAdrian Prantl2019-08-211-3/+2
* [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-311-15/+19
* SymbolVendor: Move locking into the Symbol FilesPavel Labath2019-07-301-0/+4
* SymbolVendor: Move compile unit handling into the SymbolFile classPavel Labath2019-07-231-8/+4
* Support Linux signal return trampolines in frame initializationJoseph Tremoulet2019-07-191-0/+1
* Breakpad: Generate unwind plans from STACK CFI recordsPavel Labath2019-05-131-0/+175
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-2/+2
* Breakpad: auto-detect path style of file entriesPavel Labath2019-02-111-1/+3
* SymbolFileBreakpad: Add line table supportPavel Labath2019-02-071-32/+288
* 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-191-4/+3
* Breakpad: Extract parsing code into a separate filePavel Labath2019-01-181-20/+12
* [SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner2019-01-141-4/+3
* Fix build breaks after the ParseCompileUnit changes.Zachary Turner2019-01-111-2/+2
* Introduce SymbolFileBreakpad and use it to fill symtabPavel Labath2019-01-111-0/+224
OpenPOWER on IntegriCloud