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