Skip to content

Commit 0cedff0

Browse files
committed
Fix typo: only one watchpoint available at max
1 parent 17475fe commit 0cedff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_arm64.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ NativeRegisterContextWindows_arm64::NativeRegisterContextWindows_arm64(
147147
// Currently, there is no API to query the maximum supported hardware
148148
// breakpoints and watchpoints on Windows. The values set below are based
149149
// on tests conducted on Windows 11 with Snapdragon Elite X hardware.
150-
m_max_hwp_supported = 2;
150+
m_max_hwp_supported = 1;
151151
m_max_hbp_supported = 0;
152152
}
153153

0 commit comments

Comments
 (0)