[Lldb-commits] [lldb] [lldb] New expedited register specfication for unavailable regs (PR #193894)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 24 05:54:08 PDT 2026
================
@@ -2167,6 +2175,12 @@ following keys and values:
be outside the watchpoint that was triggered, the remote
stub should determine which watchpoint was triggered and
report an address from within its range.
+ On an architecture like AArch64, the FAR address value
+ reported with the watchpoint exception may not be contained
+ within a watched memory address range, e.g. a 16-byte write
+ which only overlaps with a watched range near the end may
+ report the start of the 16-byte write. The stub is
+ responsible for rewriting this to the closest watched region.
----------------
DavidSpickett wrote:
Not incorrect but seems unrelated to this change.
https://github.com/llvm/llvm-project/pull/193894
More information about the lldb-commits
mailing list