[Lldb-commits] [PATCH] D77173: [PATCH] [debugserver/ARM64] Make sure watchpoints hit are attributed correctly.
Jason Molenda via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 31 15:27:24 PDT 2020
jasonmolenda accepted this revision.
jasonmolenda added a comment.
This revision is now accepted and ready to land.
I was a little worried about the case where we have an 8-byte region being watched that is 4-byte aligned (so it's spanning two 8-byte watchpoints), but a quick test of that with this patch shows it works correctly. This is fine with me.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77173/new/
https://reviews.llvm.org/D77173
More information about the lldb-commits
mailing list