Don't hold the ThreadList lock over calls to the GetStatus (Process or Thread) calls
authorJim Ingham <jingham@apple.com>
Fri, 7 Mar 2014 11:20:03 +0000 (11:20 +0000)
committerJim Ingham <jingham@apple.com>
Fri, 7 Mar 2014 11:20:03 +0000 (11:20 +0000)
commit4a65fb1f2571543206825b47e91827b1550f4c88
treea50ae15e3916fb6a0d326b3707be3f8d5a1d0432
parenta04ef756d46ea03d0e70fe092b1162a2903a9990
Don't hold the ThreadList lock over calls to the GetStatus (Process or Thread) calls
or the lower levels of the Process won't be able to restart.

<rdar://problem/16244835>

llvm-svn: 203233
lldb/source/Core/Debugger.cpp
lldb/source/Target/Process.cpp