================
@@ -600,7 +600,10 @@ class StopInfoBreakpoint : public StopInfo {
Debugger &debugger = thread_sp->CalculateTarget()->GetDebugger();
bool old_async = debugger.GetAsyncExecution();
debugger.SetAsyncExecution(true);
-
+ ProcessSP process_sp = thread_sp->GetProcess();
----------------
medismailben wrote:
It doesn't look like you're using `process_sp` anywhere here.
https://github.com/llvm/llvm-project/pull/184272
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits