summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectFile/Breakpad
AgeCommit message (Expand)Author
2025-11-02[ADT] Prepare to deprecate variadic `StringSwitch::Cases`. NFC. (#166020)Jakub Kuderski
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath
2023-11-03[lldb][NFC] Use UNUSED_IF_ASSERT_DISABLED instead of (void) castDavid Spickett
2023-04-17[lldb] Add support for MSP430 in LLDB.Ilya Kuklin
2023-04-17Revert "[lldb] Add support for MSP430 in LLDB."Anton Korobeynikov
2023-04-17[lldb] Add support for MSP430 in LLDB.Anton Korobeynikov
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-08-30Change the meaning of a UUID with all zeros for data.Jim Ingham
2022-08-07[lldb] Use single-argument static_assert where applicable (NFC)Jonas Devlieghere
2022-04-05[lldb] Change CreateMemoryInstance to take a WritableDataBufferJonas Devlieghere
2022-04-04[lldb] Prevent object file plugins from changing the data bufferJonas Devlieghere
2021-11-30[NFC] Refactor symbol table parsing.Greg Clayton
2021-11-17Revert "[NFC] Refactor symbol table parsing."Greg Clayton
2021-11-17[NFC] Refactor symbol table parsing.Greg Clayton
2021-11-10[LLDB][Breakpad] Make lldb understand INLINE and INLINE_ORIGIN records in bre...Zequan Wu
2021-10-21[lldb] Remove ConstString from GetPluginNameStatic of some pluginsPavel Labath
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath
2020-06-07Support build-ids of other sizes than 16 in UUID::SetFromStringRefJaroslav Sevcik
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2020-02-14[lldb/Plugin] s/LLDB_PLUGIN/LLDB_PLUGIN_DEFINE/ (NFC)Jonas Devlieghere
2020-02-10[LLDB] Fix GCC warnings about extra semicolons. NFC.Martin Storsjö
2020-02-07[lldb/Plugins] Use external functions to (de)initialize pluginsJonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-11-05lldb/breakpad: add suppport for the "x86_64h" architecturePavel Labath
2019-08-26Breakpad: Add support for parsing STACK WIN recordsPavel Labath
2019-08-14[LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-08-05ObjectFile[ELF]: Refactor gnu_debuglink interfacePavel Labath
2019-07-31Add llvm-style RTTI to ObjectFile hierarchyPavel Labath
2019-06-10Breakpad: Add support for the arm64e "architecture"Pavel Labath
2019-04-16Breakpad: Match the new UUID algorithm in minidumpsPavel Labath
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-04-09Breakpad: Parse Stack CFI recordsPavel Labath
2019-04-04Breakpad: Refine record classification codePavel Labath
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-02-11Simplify ObjectFile::GetUUIDPavel Labath
2019-01-29BreakpadRecords: Add parsing code for FILE and LINE recordsPavel Labath
2019-01-24Fix potential ODR vialation.Haojian Wu
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-07ObjectFileBreakpad: Implement sectionsPavel Labath
2019-01-03Simplify ObjectFile::GetArchitecturePavel Labath
2018-12-10Fix r348773Pavel Labath
2018-12-10Re-commit "Introduce ObjectFileBreakpad"Pavel Labath