[PATCH] D28497: [libc++abi] Add a silent terminate handler to libcxxabi.

Dan Albert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 10 11:52:48 PST 2017


danalbert added a comment.

I talked this over with trybka on IM. There's precedent for a silent mode in libstdc++, and for his use case the debuggerd issues aren't actually a problem, so I think this is fine to go in. I'd also like a non-demangling version for the more generic Android case, but that doesn't need to be a part of this patch.

I'll defer to @EricWF to actually sign off, but this LGTM.


https://reviews.llvm.org/D28497





More information about the llvm-commits mailing list