summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectFile/Breakpad/BreakpadRecords.cpp
AgeCommit message (Expand)Author
2025-11-02[ADT] Prepare to deprecate variadic `StringSwitch::Cases`. NFC. (#166020)Jakub Kuderski
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-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-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
2021-11-10[LLDB][Breakpad] Make lldb understand INLINE and INLINE_ORIGIN records in bre...Zequan Wu
2020-06-07Support build-ids of other sizes than 16 in UUID::SetFromStringRefJaroslav Sevcik
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-06-10Breakpad: Add support for the arm64e "architecture"Pavel Labath
2019-04-16Breakpad: Match the new UUID algorithm in minidumpsPavel Labath
2019-04-09Breakpad: Parse Stack CFI recordsPavel Labath
2019-04-04Breakpad: Refine record classification codePavel Labath
2019-01-29BreakpadRecords: Add parsing code for FILE and LINE recordsPavel 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