================
@@ -664,6 +627,17 @@ NativeProcessWindows::HandleBreakpointException(const
ExceptionRecord &record) {
return ExceptionResult::BreakInDebugger;
}
+ if (m_expecting_loader_int3) {
+ m_expecting_loader_int3 = false;
----------------
charles-zablit wrote:
That's a bug. I moved the call to `IsSystemModuleAddress` up the chain in both
places where this happens.
https://github.com/llvm/llvm-project/pull/208233
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits