[lldb] [llvm] [lldb][Windows] WoA HW Watchpoint support in LLDB (PR #108072)

David Spickett via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 27 03:39:30 PST 2025


================
@@ -575,6 +575,10 @@ Changes to LLDB
      24   int main() {
   Likely cause: f->b->d accessed 0x4
   ```
+* LLDB now supports hardware watchpoints for AArch64 Windows targets. Windows
+  does not provide API to query the number of supported hardware watchpoints.
+  Therefore current implementation allows only 1 watchpoint, as tested with
+  Windows 11 on the Microsoft SQ2 and Snapdragon Elite X platforms.
----------------
DavidSpickett wrote:

What about this issue that's causing the test failures, is this something users are going to hit?

Or was that only about breakpoints, it's still in the PR description so I'm not sure.

https://github.com/llvm/llvm-project/pull/108072


More information about the llvm-commits mailing list