[Lldb-commits] [PATCH] D28519: Add format_provider for the Error class

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jan 10 14:35:36 PST 2017


clayborg added a comment.

Lets start with this. I would by default just emit the error string and then let users opt in via additional format modifiers to show the "error: " prefix and add the category.


https://reviews.llvm.org/D28519





More information about the lldb-commits mailing list