Threads which hit a breakpoint but fail the condition are considered
not to be hit. But another thread might be hit at the same time and actually stop. So we have to be sure to switch the first thread's stop info to eStopReasonNone or we'll report a hit when the condition failed, which is confusing. Differential Revision: https://reviews.llvm.org/D128776
Loading
Please sign in to comment