summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp
AgeCommit message (Expand)Author
2019-11-29[lldb] Remove FileSpec->CompileUnit inheritancePavel Labath
2019-11-15Add RTTI support to the SymbolFile class hierarchyAdrian Prantl
2019-11-12Performance: Add a set of visited SymbolFiles to the other FindFiles variant.Adrian Prantl
2019-10-17Modernize the rest of the Find.* API (NFC)Adrian Prantl
2019-10-09Remove the is_mangled flag from Mangled and SymbolAdrian Prantl
2019-10-01Remove size_t return parameter from FindTypesAdrian Prantl
2019-09-30Remove unused "append" parameter from FindTypes APIAdrian Prantl
2019-09-27Unwind: Add a stack scanning mechanism to support win32 unwindingPavel Labath
2019-09-05Breakpad: Basic support for STACK WIN unwindingPavel Labath
2019-08-26Postfix: move more code out of the PDB pluginPavel Labath
2019-08-22Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl
2019-08-22Revert Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl
2019-08-22Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl
2019-08-21Generalize FindTypes with CompilerContext to support fuzzy lookupAdrian Prantl
2019-08-14[LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-07-31Add llvm-style RTTI to ObjectFile hierarchyPavel Labath
2019-07-31SymbolVendor: Remove the object file member variablePavel Labath
2019-07-30SymbolVendor: Move locking into the Symbol FilesPavel Labath
2019-07-23SymbolVendor: Move compile unit handling into the SymbolFile classPavel Labath
2019-07-19Support Linux signal return trampolines in frame initializationJoseph Tremoulet
2019-05-13Breakpad: Generate unwind plans from STACK CFI recordsPavel Labath
2019-03-06Pass ConstString by value (NFC)Adrian Prantl
2019-02-11Breakpad: auto-detect path style of file entriesPavel Labath
2019-02-07SymbolFileBreakpad: Add line table supportPavel Labath
2019-01-24BreakpadRecords: Address post-commit feedbackPavel Labath
2019-01-22breakpad: Add FUNC records to the symtabPavel Labath
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-18Breakpad: Extract parsing code into a separate filePavel Labath
2019-01-14[SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner
2019-01-11Fix build breaks after the ParseCompileUnit changes.Zachary Turner
2019-01-11Introduce SymbolFileBreakpad and use it to fill symtabPavel Labath