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
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