[Lldb-commits] [PATCH] D39680: "Fix" concurrent events test for arm

2017-11-07 Thread Pavel Labath via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL317561: "Fix" concurrent events test for arm (authored by labath). Repository: rL LLVM https://reviews.llvm.org/D39680 Files: lldb/trunk/packages/Python/lldbsuite/test/decorators.py lldb/trunk/pa

[Lldb-commits] [PATCH] D39680: "Fix" concurrent events test for arm

2017-11-06 Thread Pavel Labath via Phabricator via lldb-commits
labath created this revision. Herald added subscribers: kristof.beyls, aemerson. The test incremented an atomic varible to trigger the watchpoint event. On arm64 this compiled to a ldaxr/stlxr loop, with the watchpoint being triggered in the middle of the loop. Hitting the watchpoint resets the ex