[Lldb-commits] [lldb] [LLDB] Fix type formatting empty c-strings (PR #68924)

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 13 10:49:55 PDT 2023


https://github.com/bulbazord approved this pull request.

I'm alright with this, though I'm a little concerned that the return value  of `ReadCStringFromMemory` and `error.Success()` don't give you the same result. I'm also somewhat sad that we have to check **both** of those to know if we succeeded, but I know that's not the point of this PR.

https://github.com/llvm/llvm-project/pull/68924


More information about the lldb-commits mailing list