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

Ah, I see you've done that already.

Not required, but I noticed that the pointer child still contains the goo:
```
(lldb) v a.__ptr_
(std::shared_ptr<int>::element_type *) a.__ptr_ = 0x000055555555a2b8
```
If we do the casting centrally, we could have both of these appear the same way.

https://github.com/llvm/llvm-project/pull/147165
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to