[Lldb-commits] [lldb] [lldb][test] Combine libstdc++ and libc++ std::string tests into generic test (PR #147355)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 8 06:04:47 PDT 2025
https://github.com/labath approved this pull request.
FWIW, I don't find `(null)` nor `Summary Unavailable` particularly good summaries for `(std::string*)NULL`. At least in Python, I believe that returning an empty string from the summary provider causes lldb to treat it as not present and show the raw value of the object. In case the object is corrupted, I think that's the best we can do.
https://github.com/llvm/llvm-project/pull/147355
More information about the lldb-commits
mailing list