Skip to content

Commit

Permalink
Add release note for WoA HW Watch support
Browse files Browse the repository at this point in the history
  • Loading branch information
omjavaid committed Jan 26, 2025
1 parent cfe7dc6 commit cf027cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions llvm/docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Changes to BOLT
---------------------------------
Expand Down

0 comments on commit cf027cf

Please sign in to comment.