[Lldb-commits] [lldb] Add the ability to "allow another thread to see the private state" mode. (PR #184272)

Med Ismail Bennani via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 3 16:49:17 PST 2026


================
@@ -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


More information about the lldb-commits mailing list