summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp
AgeCommit message (Expand)Author
2025-09-18[lldb] Correct 32-bit build failure in StopInfoMachException.cpp (#159523)David Spickett
2025-09-17[lldb] Recognize MTE fault Mach exceptions (#159117)Jonas Devlieghere
2025-02-13[lldb] Change lldb's breakpoint handling behavior, reland (#126988)Jason Molenda
2025-01-14[lldb] Remove unfiltered stop reason propagation from StopInfoMachException (...Felipe de Azevedo Piovezan
2024-11-11[lldb] Support overriding the disassembly CPU & features (#115382)Jonas Devlieghere
2024-07-19Revert "[lldb] Change lldb's breakpoint handling behavior (#96260)"Jason Molenda
2024-07-19[lldb] Change lldb's breakpoint handling behavior (#96260)Jason Molenda
2024-06-10[lldb] Tighten ABI assert in `StopInfoMachException::DeterminePtrauthFailure`...Med Ismail Bennani
2024-02-14[lldb] Detect a Darwin kernel issue and work around it (#81573)Jason Molenda
2024-01-31[lldb] Add support for large watchpoints in lldb (#79962)Jason Molenda
2024-01-31Revert "[lldb] Add support for large watchpoints in lldb (#79962)"Jason Molenda
2024-01-31[lldb] Add support for large watchpoints in lldb (#79962)Jason Molenda
2023-11-30[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda
2023-11-28Revert "[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)"David Spickett
2023-11-27[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda
2023-11-15Remove hardware index from watchpoints and breakpoints (#72012)Jason Molenda
2023-07-11Add a generic Process method to dump plugin history.Jim Ingham
2023-06-15Add a fatal error for debug builds when disagreement about steppingJason Molenda
2023-03-20Revert "Fix a problem with "watchpoint triggers before" watchpoint handling."Jim Ingham
2023-03-20Fix a problem with "watchpoint triggers before" watchpoint handling.Jim Ingham
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-05[lldb] Use std::nullopt instead of llvm::None (NFC)Kazu Hirata
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-08-11[lldb/crashlog] Improve exception reporting for interactive modeMed Ismail Bennani
2022-08-05[lldb] Improve EXC_RESOURCE exception reasonJonas Devlieghere
2021-09-14[StopInfoMachException] Summarize arm64e BLRAx/LDRAx auth failuresVedant Kumar
2021-06-15Convert functions that were returning BreakpointOption * to BreakpointOption &.Jim Ingham
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-24[lldb/Breakpoint] Recogize hardware breakpoints as suchJonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-10-16Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda
2019-10-08StopInfo/Mach: Delete PPC supportVedant Kumar
2019-10-08StopInfo/Mach: Use early-exits, reflow messy comments, NFCIVedant Kumar
2019-08-09Small format fixHaibo Huang
2019-08-09Detects whether RESOURCE_TYPE_IO is defined.Haibo Huang
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-12Fix an unused variable warning. NFCAlexander Kornienko
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-11-10Unbreak the linux bot from the previous commit. Fred needed to useJason Molenda
2018-11-10Enable listening for EXC_RESOURCE events, and format machJason Molenda
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-11-13Move ArchSpec to the Utility modulePavel Labath
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-07-26The ARM single-step handling needs to look for breakpoint on the next instruc...Jim Ingham
2016-02-03The SetStopInfo from a Mach Exception was setting the stopJim Ingham
2015-08-21The llvm Triple for an armv6m now comes back as llvm::Triple::thumb.Jason Molenda