The thread plans run before the event is broadcast, so they should be calling ShouldS...
authorJim Ingham <jingham@apple.com>
Fri, 22 Feb 2013 21:23:43 +0000 (21:23 +0000)
committerJim Ingham <jingham@apple.com>
Fri, 22 Feb 2013 21:23:43 +0000 (21:23 +0000)
commit9b620f341a4810a1538706c73887f3cd913022ea
tree2810e50c21c191ea65eea0cbd83b5cbc72634fec
parent19457e282e3ed5dc3bd981be27dabdc2e62ef481
The thread plans run before the event is broadcast, so they should be calling ShouldStopSynchronous on any Stop Info's
they want to check.  The full ShouldStop should only be called on the public side of the event system.

llvm-svn: 175922
lldb/source/Target/StopInfo.cpp
lldb/source/Target/ThreadPlanBase.cpp