[Lldb-commits] [PATCH] D18886: Reset continue_after_async only if neither SIGINIT nor SIGSTOP received

Adrian McCarthy via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 11 15:33:11 PDT 2016


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





More information about the lldb-commits mailing list