[Lldb-commits] [PATCH] D154201: [lldb][AArch64] Fix tagged watch test on Graviton 3

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 3 01:30:56 PDT 2023


DavidSpickett added a comment.

> I suspect that's what most people using write watchpoints would actually want, outside of this issue of false watchpoint hits.

Seems like the sensible route.

The other option is understanding every instruction's behaviour, which is in theory possible but I wouldn't like to do it for SVE scatter stores for example.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154201/new/

https://reviews.llvm.org/D154201



More information about the lldb-commits mailing list