[Lldb-commits] [PATCH] D13058: LLDB-MI: Bug when evaluating strings containing characters from non-ascii range

Enrico Granata via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 22 11:57:27 PDT 2015


granata.enrico added a comment.

Gotcha!

My suggestion would be to add the DoesPrintValue() logic to SBTypeSummary. I can't recall if it's there already - but if not, it would be a fine thing to add. Then the MI could use SBValue and SBTypeSummary to make that determination as it sees fit.


http://reviews.llvm.org/D13058





More information about the lldb-commits mailing list