[Lldb-commits] [PATCH] D153644: [lldb] Print unprintable characters as unsigned

Alex Langford via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 23 10:24:24 PDT 2023


bulbazord accepted this revision.
bulbazord added a comment.
This revision is now accepted and ready to land.

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"`.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153644/new/

https://reviews.llvm.org/D153644



More information about the lldb-commits mailing list