================
@@ -406,7 +406,7 @@ void ProcessWindows::RefreshStateAfterStop() {
                m_session_data->m_debugger->GetProcess().GetProcessId(), pc, 
id);
 
       stop_info = StopInfo::CreateStopReasonWithWatchpointID(
-          *stop_thread, id, m_watchpoints[id].address);
+          *stop_thread, id);
----------------
jasonmolenda wrote:

Ah yikes, I believe I broke this in https://reviews.llvm.org/D147816 and that 
`addr_t` is being treated like a boolean now :( 

https://github.com/llvm/llvm-project/pull/95446
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to