[Lldb-commits] [PATCH] D153644: [lldb] Print unprintable characters as unsigned
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 23 10:55:12 PDT 2023
JDevlieghere added a comment.
In D153644#4444679 <https://reviews.llvm.org/D153644#4444679>, @bulbazord wrote:
> Makes sense to me. Does it make sense to add a test case where we mix "printable" characters with "non-printable" ones? I see you have a `\f` at the end there, but that's a special escaped character. Something like `"\xef\xbb\xbfHello World!\n"`.
Good idea, I'll add that before landing this.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153644/new/
https://reviews.llvm.org/D153644
More information about the lldb-commits
mailing list