clayborg added a comment. See inlined comment.
================ Comment at: include/lldb/Core/Error.h:308-309 + llvm::StringRef Options) { + llvm::format_provider<llvm::StringRef>::format(error.AsCString(), OS, + Options); + } ---------------- Do we want to prefix this output with "error: " followed by the error string? https://reviews.llvm.org/D28519 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits