This is an archive of the discontinued LLVM Phabricator instance.

Fix TestThreadSpecificBreakpoint.py on Linux after rL252355.
ClosedPublic

Authored by chaoren on Nov 6 2015, 6:07 PM.

Details

Summary

On Linux, if a thread-specific conditional breakpoint was hit, it
won't necessarily be the thread that hit the breakpoint itself that
evaluates the conditional expression, so the thread that hit the
breakpoint could still be asked to stop, even though it hasn't been
allowed to run since the previous stop.

Diff Detail

Repository
rL LLVM

Event Timeline

chaoren updated this revision to Diff 39615.Nov 6 2015, 6:07 PM
chaoren retitled this revision from to Fix TestThreadSpecificBreakpoint.py on Linux after rL252355..
chaoren updated this object.
chaoren added reviewers: sivachandra, jingham.
chaoren added a subscriber: lldb-commits.
This revision was automatically updated to reflect the committed changes.