[PATCH] D28497: [libc++abi] Add a silent terminate handler to libcxxabi.
    Dan Albert via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Jan  9 16:27:46 PST 2017
    
    
  
danalbert added a comment.
debuggerd will give you a stack trace, but it won't give you the exception information.
My plan for making this a bit leaner was to make a non-demangling version (but one that still handled the exception stuff). iirc the demangler is by far the heaviest part of this, and that part people can definitely get by without.
https://reviews.llvm.org/D28497
    
    
More information about the llvm-commits
mailing list