http://llvm.org/bugs/show_bug.cgi?id=13150

             Bug #: 13150
           Summary: Crash reporting should be extensible with an external
                    tool
           Product: clang
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: -New Bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]
    Classification: Unclassified


The idea is that anyone distributing Clang could ship an external tool that 
does automatic bug triage / reporting, or integrates with crash reporting on 
the host OS etc.

It would be important to continue to do most of the crash handling in the 
driver where we know about Clang, and the command, and can build up the proper 
reproduction steps, and then to hand all that information off to the separate 
tool if it exists, or report it (much as we already do) to the user.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to