Nerixyz wrote: > It looks like that we need special handling of shared pointer like GDB > [pretty-printers](https://github.com/gcc-mirror/gcc/blob/master/libstdc%2B%2B-v3/python/libstdcxx/v6/printers.py#L2030). > Also, please add test for this case.
This will fail with the MSVC STL (maybe with libc++ too?). Feel free to add an xfail or to leave out the MSVC STL test. https://github.com/llvm/llvm-project/pull/174218 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
