jasonmolenda wrote: Felipe and I have been discussing these mechanisms all this week, and one edge case would be a thread that hits a breakpoint instruction, and the bp has a thread ID match requirement which this thread doesn't satisfy. In that scenario, the thread will not have an eStopReasonBreakpoint, but we still need to `SetThreadHitBreakpointSite()` here. That information -- we hit a breakpoint but it's not applicable to this thread -- isn't explicitly recorded in the Thread object today.
https://github.com/llvm/llvm-project/pull/128726 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits