We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 214f1d7 commit cee1fe4Copy full SHA for cee1fe4
lldb/source/Target/Process.cpp
@@ -828,8 +828,9 @@ bool Process::HandleProcessStateChangedEvent(
828
if (thread_stop_reason == eStopReasonPlanComplete) {
829
if (!plan_thread)
830
plan_thread = thread;
831
- } else if (!other_thread)
+ } else if (!other_thread) {
832
other_thread = thread;
833
+ }
834
}
835
if (plan_thread)
836
thread_list.SetSelectedThreadByID(plan_thread->GetID());
0 commit comments