MMuhammad Omair Javaid[LLDB] Fix decorator import in TestTwoHitsOneActual.py
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Apparently you need a special makefile flag to use threads on Linux. This is a follow-up to https://reviews.llvm.org/D128776. | 3 年前 | |
[LLDB] Fix decorator import in TestTwoHitsOneActual.py | 3 年前 | |
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 | 3 年前 |