| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-20 | Fix a potential use-after-free in StopInfoBreakpoint. (#163471) | jimingham | 1 | -2/+11 |
| 2025-10-09 | Add a scripted way to re-present a stop location (#158128) | jimingham | 1 | -25/+46 |
| 2025-09-09 | NFC: SBThread should not be the one to compute StopReasonData. (#157577) | jimingham | 1 | -12/+93 |
| 2025-07-18 | [lldb] Use std::make_shared for StopInfoSP (#149612) | Jonas Devlieghere | 1 | -18/+19 |
| 2025-07-10 | [lldb] Support specifying a language for breakpoint conditions (#147603) | Jonas Devlieghere | 1 | -2/+2 |
| 2025-04-14 | [lldb] Override Should{Select,Show} in StopReasonBreakpoint (#135637) | Felipe de Azevedo Piovezan | 1 | -0/+4 |
| 2025-04-03 | [lldb][NFC] Move ShouldShow/ShouldSelect logic into Stopinfo (#134160) | Felipe de Azevedo Piovezan | 1 | -6/+9 |
| 2025-03-17 | Reapply "[lldb] Implement basic support for reverse-continue (#125242)" (agai... | Pavel Labath | 1 | -0/+28 |
| 2025-02-20 | [lldb] Store StreamAsynchronousIO in a unique_ptr (NFC) (#127961) | Jonas Devlieghere | 1 | -5/+3 |
| 2025-02-13 | [lldb] Change lldb's breakpoint handling behavior, reland (#126988) | Jason Molenda | 1 | -0/+2 |
| 2025-01-31 | Revert "Reland "[lldb] Implement basic support for reverse-continue" (#125242)" | Adrian Prantl | 1 | -28/+0 |
| 2025-01-31 | Reland "[lldb] Implement basic support for reverse-continue" (#125242) | David Spickett | 1 | -0/+28 |
| 2025-01-30 | Revert "Reland "[lldb] Implement basic support for reverse-continue" (#123906... | David Spickett | 1 | -28/+0 |
| 2025-01-30 | Reland "[lldb] Implement basic support for reverse-continue" (#123906)" (#123... | David Spickett | 1 | -0/+28 |
| 2025-01-22 | Revert "[lldb] Implement basic support for reverse-continue" (#123906) | Pavel Labath | 1 | -28/+0 |
| 2025-01-22 | [lldb] Implement basic support for reverse-continue (#112079) | Robert O'Callahan | 1 | -0/+28 |
| 2024-11-21 | [lldb] Refactor UserExpression::Evaluate to only have one error channel. (#11... | Adrian Prantl | 1 | -3/+5 |
| 2024-10-30 | Fix call site breakpoint patch (#114158) | jimingham | 1 | -0/+55 |
| 2024-10-28 | Revert "Add the ability to break on call-site locations, improve inli⦠(#11... | jimingham | 1 | -55/+0 |
| 2024-10-28 | Add the ability to break on call-site locations, improve inline stepping (#11... | jimingham | 1 | -0/+55 |
| 2024-10-24 | [lldb] Move ValueObject into its own library (NFC) (#113393) | Jonas Devlieghere | 1 | -1/+1 |
| 2024-10-10 | Revert "[lldb] Implement basic support for reverse-continue (#99736)" | Jason Molenda | 1 | -29/+0 |
| 2024-10-10 | [lldb] Implement basic support for reverse-continue (#99736) | Robert O'Callahan | 1 | -0/+29 |
| 2024-10-10 | Revert "[lldb] Implement basic support for reverse-continue (#99736)" | Augusto Noronha | 1 | -29/+0 |
| 2024-10-10 | [lldb] Implement basic support for reverse-continue (#99736) | Robert O'Callahan | 1 | -0/+29 |
| 2024-08-05 | New ThreadPlanSingleThreadTimeout to resolve potential deadlock in single thr... | jeffreytan81 | 1 | -0/+28 |
| 2024-07-19 | Revert "[lldb] Change lldb's breakpoint handling behavior (#96260)" | Jason Molenda | 1 | -2/+0 |
| 2024-07-19 | [lldb] Change lldb's breakpoint handling behavior (#96260) | Jason Molenda | 1 | -0/+2 |
| 2024-01-31 | [lldb] Add support for large watchpoints in lldb (#79962) | Jason Molenda | 1 | -1/+3 |
| 2024-01-31 | Revert "[lldb] Add support for large watchpoints in lldb (#79962)" | Jason Molenda | 1 | -3/+1 |
| 2024-01-31 | [lldb] Add support for large watchpoints in lldb (#79962) | Jason Molenda | 1 | -1/+3 |
| 2023-11-30 | [lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845) | Jason Molenda | 1 | -30/+38 |
| 2023-11-28 | Revert "[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)" | David Spickett | 1 | -38/+30 |
| 2023-11-27 | [lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845) | Jason Molenda | 1 | -30/+38 |
| 2023-11-15 | Remove hardware index from watchpoints and breakpoints (#72012) | Jason Molenda | 1 | -3/+0 |
| 2023-09-21 | Reland "[lldb] Add 'modify' type watchpoints, make it default (#66308)" | David Spickett | 1 | -0/+6 |
| 2023-09-21 | Revert "[lldb] Add 'modify' type watchpoints, make it default (#66308)" | David Spickett | 1 | -6/+0 |
| 2023-09-20 | [lldb] Add 'modify' type watchpoints, make it default (#66308) | Jason Molenda | 1 | -0/+6 |
| 2023-09-18 | Revert "[lldb] Add 'modify' type watchpoints, make it default (#66308)" | Jason Molenda | 1 | -6/+0 |
| 2023-09-18 | [lldb] Add 'modify' type watchpoints, make it default (#66308) | Jason Molenda | 1 | -0/+6 |
| 2023-08-21 | [lldb] Change UnixSignals::GetSignalAsCString to GetSignalAsStringRef | Alex Langford | 1 | -3/+3 |
| 2023-07-20 | Remove IncrementFalseAlarmsAndReviseHitCount, unused ivars | Jason Molenda | 1 | -1/+1 |
| 2023-04-21 | Make sure SelectMostRelevantFrame happens only when returning to the user. | Jim Ingham | 1 | -1/+2 |
| 2023-04-12 | Remove AArch64 out of MIPS watchpoint-skip, doc wp description | Jason Molenda | 1 | -29/+21 |
| 2023-04-05 | Fix the check in StopInfoBreakpoint for "are we currently running an expression" | Jim Ingham | 1 | -1/+1 |
| 2023-03-21 | [LLDB] Show sub type of signals when debugging a core file | David Spickett | 1 | -10/+19 |
| 2023-03-20 | Reapply 8d024a79ea783ed3fbb5691aeaf186ad3f0a4ae9 w/o the extra bits. | Jim Ingham | 1 | -0/+5 |
| 2023-03-20 | Revert "Fix a problem with "watchpoint triggers before" watchpoint handling." | Jim Ingham | 1 | -5/+0 |
| 2023-03-20 | Fix a problem with "watchpoint triggers before" watchpoint handling. | Jim Ingham | 1 | -0/+5 |
| 2023-02-14 | [LLDB] add arch-specific watchpoint behavior defaults to lldb | Jason Molenda | 1 | -9/+1 |