================
@@ -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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to