[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:29 PST 2025


================
@@ -492,23 +492,40 @@ NativeProcessWindows::OnDebugException(bool first_chance,
   }
   case DWORD(STATUS_BREAKPOINT):
   case STATUS_WX86_BREAKPOINT:
----------------
DavidSpickett wrote:

W = something related to WOW64 here right, not W for watchpoint?

And we get this even on arm64, there's no STATUS_WX86_BREAKPOINT? (and certainly you wouldn't get both of those in one process even if there were 2)

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


More information about the llvm-commits mailing list