http://llvm.org/bugs/show_bug.cgi?id=21884
Bug ID: 21884 Summary: Figure out a better way to deal with assertions on Windows Product: lldb Version: unspecified Hardware: PC OS: Windows NT Status: NEW Severity: normal Priority: P Component: All Bugs Assignee: ztur...@google.com Reporter: ztur...@google.com CC: lldb-dev@cs.uiuc.edu Classification: Unclassified When LLDB hits an assertion in "silent crash" mode, we currently simulate the effect of clicking Retry on the abort/retry/ignore dialog. This causes Python to just exit. It might be worth seeing if there is a way to raise a Python exception that gets propagated out of native code and up to python, so that it can continue running other tests. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ lldb-dev mailing list lldb-dev@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev