[Lldb-commits] [lldb] Add a test for handling a crashing breakpoint condition (PR #184247)

Med Ismail Bennani via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 4 15:52:45 PST 2026


================

----------------
medismailben wrote:

nit: you can also do:
```suggestion
        self.assertIn(thread.stop_reason, [lldb.eStopReasonException, lldb.eStopReasonSignal], "Ran to the actual crash")
```

https://github.com/llvm/llvm-project/pull/184247


More information about the lldb-commits mailing list