[PATCH] D65609: Add gdb pretty printers for a wide variety of libc++ data structures.

Eugene Zelenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 5 10:18:26 PDT 2019


Eugene.Zelenko added a comment.

In D65609#1615142 <https://reviews.llvm.org/D65609#1615142>, @ldionne wrote:

> In D65609#1611310 <https://reviews.llvm.org/D65609#1611310>, @Eugene.Zelenko wrote:
>
> > Please also add installation, since pretty-printers should be shipped with libc++, same as GCC does with libstdc++ and its pretty-printers.
>
>
> Did these pretty-printers exist for libc++ before this patch? If so, how were they shipped?


There is separate project on GitHub <https://github.com/koutheir/libcxx-pretty-printers>. It was mentioned in libcxx/docs/UsingLibcxx.rst.

GCC ships libstdc++ pretty-printers in <install directory>/share/gcc-<version>/python/libstdcxx/.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65609/new/

https://reviews.llvm.org/D65609





More information about the llvm-commits mailing list