forked from OSchip/llvm-project
Remember to update the m_thread_list_real after you do UpdateThreadList.
<rdar://problem/14147303> llvm-svn: 184622
This commit is contained in:
parent
d93323f51d
commit
02ff8e0931
|
|
@ -1564,6 +1564,8 @@ Process::UpdateThreadListIfNeeded ()
|
|||
new_thread_list = real_thread_list;
|
||||
}
|
||||
}
|
||||
|
||||
m_thread_list_real.Update(real_thread_list);
|
||||
m_thread_list.Update (new_thread_list);
|
||||
m_thread_list.SetStopID (stop_id);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue