We don't really handle printing embedded NULs in strings, but if we were to, we would...
authorEnrico Granata <egranata@apple.com>
Thu, 18 Dec 2014 19:43:29 +0000 (19:43 +0000)
committerEnrico Granata <egranata@apple.com>
Thu, 18 Dec 2014 19:43:29 +0000 (19:43 +0000)
commitda04fbb5351fa38d43c85f98c12ce346fc4e1bb6
treef9d239bc6810861470c70d3fffac121ef4a8e907
parentc10fe600a2edc27e041b68467420ebe6ccfc35b1
We don't really handle printing embedded NULs in strings, but if we were to, we would need to have this logic inside the StringPrinter. So, add it.. For, you know, one day in the future where we might want to handle embedded NULs in strings...

llvm-svn: 224537
lldb/source/DataFormatters/StringPrinter.cpp