Fixed a thinko in the handling of the case where more than one thread had stopped...
authorJim Ingham <jingham@apple.com>
Thu, 13 Dec 2012 22:24:15 +0000 (22:24 +0000)
committerJim Ingham <jingham@apple.com>
Thu, 13 Dec 2012 22:24:15 +0000 (22:24 +0000)
commitc7078c228a3f64e47325161879ad7920a8d064d7
treed5ddb50a9755d7b4fcf7e3c2da13738c26dacb11
parentbf4b7be68ee9da3cc43fedee101457140d3330cd
Fixed a thinko in the handling of the case where more than one thread had stopped with real stop reasons at the same time.
Should be that if any of the threads wants to stop, we should stop.  The opposite was what was actually happening

<rdar://problem/12869725>

llvm-svn: 170153
lldb/source/Target/Process.cpp