Remember to update the m_thread_list_real after you do UpdateThreadList.

<rdar://problem/14147303>

llvm-svn: 184622
This commit is contained in:
Jim Ingham 2013-06-22 00:55:02 +00:00
parent d93323f51d
commit 02ff8e0931
1 changed files with 2 additions and 0 deletions

View File

@ -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);
}