Skip to content

Commit 24f4737

Browse files
committed
[lldb] Restore deleted call to ThreadPlanStackMap::SetTID
Unintentionally deleted in #3172
1 parent be3823b commit 24f4737

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
@@ -1354,6 +1354,7 @@ ThreadPlanSP Process::DoesStackExplainStopNoLock(ThreadPlanStack &stack,
13541354
ThreadPlanSP plan_sp = stack.GetCurrentPlan();
13551355
plan_sp->SetTID(thread.GetID());
13561356
if (plan_sp->DoPlanExplainsStop(event_ptr)) {
1357+
stack.SetTID(thread.GetID());
13571358
m_thread_plans.Activate(stack);
13581359
return plan_sp;
13591360
}

0 commit comments

Comments
 (0)