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

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 4 01:18:27 PDT 2025


Michael137 wrote:

> 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.

Yea the counts confused me a bit. I'll have a look at that separately.

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


More information about the lldb-commits mailing list