[Lldb-commits] [PATCH] D13058: LLDB-MI: Bug when evaluating strings containing characters from non-ascii range
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 22 11:21:05 PDT 2015
clayborg added a comment.
As Enrico stated. there is already a SBStream based way to get the summary in "const char * SBValueGetSummary (lldb::SBStream& stream, lldb::SBTypeSummaryOptions& options);" so no need to add anything as I had suggested.
http://reviews.llvm.org/D13058
More information about the lldb-commits
mailing list