commit | 02ff8e09315fb8c7700980ee5449bf0a832cf12a | [log] [tgz] |
---|---|---|
author | Jim Ingham <jingham@apple.com> | Sat Jun 22 00:55:02 2013 +0000 |
committer | Jim Ingham <jingham@apple.com> | Sat Jun 22 00:55:02 2013 +0000 |
tree | 60a04ce056992baf7d17fbf3ca07906a403861e3 | |
parent | d93323f51de598630ad783e0f8fb4262f05a3e4f [diff] [blame] |
Remember to update the m_thread_list_real after you do UpdateThreadList. <rdar://problem/14147303> llvm-svn: 184622
diff --git a/lldb/source/Target/Process.cpp b/lldb/source/Target/Process.cpp index 5bda3c6..200fc08 100644 --- a/lldb/source/Target/Process.cpp +++ b/lldb/source/Target/Process.cpp
@@ -1564,6 +1564,8 @@ 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); }