Don't lock the thread list during ThreadList::ShouldStop.  That does too
much work for this to make sense.  Just copy the current thread list and
operate on that.  Prevents some deadlocks.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@168106 91177308-0d34-0410-b5e6-96231b3b80d8
1 file changed