[Lldb-commits] [lldb] [lldb][DataFormatter] Format libstdc++ unique_ptr like we do libc++ (PR #146909)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 4 01:01:57 PDT 2025


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

Looks good. Just noting I'm kind of surprised that these pointers have a weak_count of 1. I see it's a preexisting issue, and it may make sense if you know the implementation, but as a user, I'm surprised.

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


More information about the lldb-commits mailing list