jingham added a subscriber: jingham.
jingham added a comment.

The only worry I have about this is

- thread A is stopped at a breakpoint, and then we stop on thread B instead, 
then we report a breakpoint, great!
- The user steps thread B, which we do by suspending thread B and stepping A.
- Then A stops, and we report ANOTHER hit on thread B.

Your fix looks better than what was there previously.  If it is easy to check 
"last stop reason was this breakpoint hit, and this thread's temporary resume 
state is suspended, then don't report the hit, that would be more accurate.


http://reviews.llvm.org/D18692



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to