We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe7dc6 commit cf027cfCopy full SHA for cf027cf
llvm/docs/ReleaseNotes.md
@@ -575,6 +575,10 @@ Changes to LLDB
575
24 int main() {
576
Likely cause: f->b->d accessed 0x4
577
```
578
+* LLDB now supports hardware watchpoints for AArch64 Windows targets. Windows
579
+ does not provide API to query the number of supported hardware watchpoints.
580
+ Therefore current implementation allows only 1 watchpoint, as tested with
581
+ Windows 11 on the Microsoft SQ2 and Snapdragon Elite X platforms.
582
583
Changes to BOLT
584
---------------------------------
0 commit comments