[Lldb-commits] [lldb] [lldb] Fix libstdc++ std::string formatter after #147835 (PR #152993)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 11 03:58:38 PDT 2025
DavidSpickett wrote:
> AssertionError: '(null)' != 'Summary Unavailable'
I guess that before we didn't have the full type of this nested struct member. Then clang made improvements so we did, and then knew to format it as a C string.
https://github.com/llvm/llvm-project/pull/152993
More information about the lldb-commits
mailing list