Skip to content
Commit d45a9c32 authored by Johnny Chen's avatar Johnny Chen
Browse files

Previous check-ins allow to hit the arm hardware watchpoint, with a workaound to handle the issue

that the inferior cannot execute past the watchpoint-triggering instruction.

The solution is disable the watchpoint before resuming the inferior and make it hardware single step;
when the inferior stops again due to single step, re-enable the watchpoint and disable the single step
to make the inferior able to continue again without obstacle.

rdar://problem/9667960

llvm-svn: 153273
parent 4a3274af
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment