[lldb-dev] [Bug 21884] New: Figure out a better way to deal with assertions on Windows

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Dec 11 13:42:49 PST 2014


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: zturner at google.com
          Reporter: zturner at google.com
                CC: lldb-dev at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20141211/83a744a3/attachment.html>


More information about the lldb-dev mailing list