amccarth added a comment.

It's weird in that, if you run the test independently, it passes.  But if you 
run it with the multiprocess test runner (ninja check-lldb), then it fails on 
this line:

self.fail("Setting a breakpoint generated an unexpected event: %s" % 
lldb.SBDebugger.StateAsCString(lldb.SBProcess.GetStateFromEvent(event)))

The state in this case is stopped.


http://reviews.llvm.org/D18886



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

Reply via email to