Skip to content

Commit cee1fe4

Browse files
fixup! Address review comments
1 parent 214f1d7 commit cee1fe4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lldb/source/Target/Process.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,8 +828,9 @@ bool Process::HandleProcessStateChangedEvent(
828828
if (thread_stop_reason == eStopReasonPlanComplete) {
829829
if (!plan_thread)
830830
plan_thread = thread;
831-
} else if (!other_thread)
831+
} else if (!other_thread) {
832832
other_thread = thread;
833+
}
833834
}
834835
if (plan_thread)
835836
thread_list.SetSelectedThreadByID(plan_thread->GetID());

0 commit comments

Comments
 (0)