Skip to content

Commit 5803dd8

Browse files
committed
[lldb] Restore deleted call to ThreadPlanStackMap::SetTID
Unintentionally deleted in #3172 (cherry-picked from commit 24f4737)
1 parent 36c6453 commit 5803dd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/source/Target/Process.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1353,6 +1353,7 @@ ThreadPlanSP Process::DoesStackExplainStopNoLock(ThreadPlanStack &stack,
13531353
ThreadPlanSP plan_sp = stack.GetCurrentPlan();
13541354
plan_sp->SetTID(thread.GetID());
13551355
if (plan_sp->DoPlanExplainsStop(event_ptr)) {
1356+
stack.SetTID(thread.GetID());
13561357
m_thread_plans.Activate(stack);
13571358
return plan_sp;
13581359
}

0 commit comments

Comments
 (0)