2 Commits

Author SHA1 Message Date
Walter Erquinigo
ed0a14144b
[LLDB] Fix type formatting empty c-strings (#68924)
The type formatter code is effectively considering empty strings as read
errors, which is wrong. The fix is very simple. We should rely on the
error object and stop checking the size. I also added a test.
2023-10-13 14:14:23 -04:00
Raphael Isemann
aa7cd42993 [lldb][NFC] Add test for builtin formats 2020-06-19 22:33:02 +02:00