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 e3d74ef commit 93bd859Copy full SHA for 93bd859
llvm/docs/ReleaseNotes.md
@@ -135,6 +135,10 @@ Changes to LLDB
135
136
* When building LLDB with Python support, the minimum version of Python is now
137
3.8.
138
+* LLDB now supports hardware watchpoints for AArch64 Windows targets. Windows
139
+ does not provide API to query the number of supported hardware watchpoints.
140
+ Therefore current implementation allows only 1 watchpoint, as tested with
141
+ Windows 11 on the Microsoft SQ2 and Snapdragon Elite X platforms.
142
143
Changes to BOLT
144
---------------------------------
0 commit comments