aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectFile/Breakpad
AgeCommit message (Expand)AuthorFilesLines
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath1-3/+3
2023-11-03[lldb][NFC] Use UNUSED_IF_ASSERT_DISABLED instead of (void) castDavid Spickett1-1/+2
2023-04-17[lldb] Add support for MSP430 in LLDB.Ilya Kuklin1-0/+1
2023-04-17Revert "[lldb] Add support for MSP430 in LLDB."Anton Korobeynikov1-1/+0
2023-04-17[lldb] Add support for MSP430 in LLDB.Anton Korobeynikov1-0/+1
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott1-1/+1
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata3-33/+32
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata3-0/+3
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott1-0/+1
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata2-38/+38
2022-08-30Change the meaning of a UUID with all zeros for data.Jim Ingham1-2/+2
2022-08-07[lldb] Use single-argument static_assert where applicable (NFC)Jonas Devlieghere1-1/+1
2022-04-05[lldb] Change CreateMemoryInstance to take a WritableDataBufferJonas Devlieghere2-2/+2
2022-04-04[lldb] Prevent object file plugins from changing the data bufferJonas Devlieghere2-4/+4
2021-11-30[NFC] Refactor symbol table parsing.Greg Clayton2-4/+5
2021-11-17Revert "[NFC] Refactor symbol table parsing."Greg Clayton2-5/+4
2021-11-17[NFC] Refactor symbol table parsing.Greg Clayton2-4/+5
2021-11-10[LLDB][Breakpad] Make lldb understand INLINE and INLINE_ORIGIN records in bre...Zequan Wu3-9/+138
2021-10-21[lldb] Remove ConstString from GetPluginNameStatic of some pluginsPavel Labath2-9/+2
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath1-1/+3
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath1-2/+0
2020-06-07Support build-ids of other sizes than 16 in UUID::SetFromStringRefJaroslav Sevcik1-1/+1
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere2-6/+6
2020-02-14[lldb/Plugin] s/LLDB_PLUGIN/LLDB_PLUGIN_DEFINE/ (NFC)Jonas Devlieghere1-1/+1
2020-02-10[LLDB] Fix GCC warnings about extra semicolons. NFC.Martin Storsjö1-1/+1
2020-02-07[lldb/Plugins] Use external functions to (de)initialize pluginsJonas Devlieghere1-0/+2
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann2-2/+2
2019-11-05lldb/breakpad: add suppport for the "x86_64h" architecturePavel Labath1-1/+1
2019-08-26Breakpad: Add support for parsing STACK WIN recordsPavel Labath2-4/+119
2019-08-14[LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-08-05ObjectFile[ELF]: Refactor gnu_debuglink interfacePavel Labath1-2/+0
2019-07-31Add llvm-style RTTI to ObjectFile hierarchyPavel Labath2-0/+9
2019-06-10Breakpad: Add support for the arm64e "architecture"Pavel Labath1-1/+1
2019-04-16Breakpad: Match the new UUID algorithm in minidumpsPavel Labath1-29/+12
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere1-6/+0
2019-04-09Breakpad: Parse Stack CFI recordsPavel Labath3-8/+67
2019-04-04Breakpad: Refine record classification codePavel Labath3-34/+58
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere1-3/+3
2019-02-11Simplify ObjectFile::GetUUIDPavel Labath2-6/+1
2019-01-29BreakpadRecords: Add parsing code for FILE and LINE recordsPavel Labath2-0/+91
2019-01-24Fix potential ODR vialation.Haojian Wu1-1/+1
2019-01-24BreakpadRecords: Address post-commit feedbackPavel Labath3-67/+53
2019-01-22breakpad: Add FUNC records to the symtabPavel Labath2-11/+81
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth4-16/+12
2019-01-18Breakpad: Extract parsing code into a separate filePavel Labath5-161/+383
2019-01-07ObjectFileBreakpad: Implement sectionsPavel Labath1-2/+77
2019-01-03Simplify ObjectFile::GetArchitecturePavel Labath2-6/+1
2018-12-10Fix r348773Pavel Labath1-1/+1
2018-12-10Re-commit "Introduce ObjectFileBreakpad"Pavel Labath3-0/+365
2018-12-07Revert "Introduce ObjectFileBreakpad"Shafik Yaghmour3-354/+0