[PATCH] D23202: Fix gdb pretty printers to work with Python 3.

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 5 09:32:33 PDT 2016


On Fri, Aug 5, 2016 at 9:28 AM Igor Kudrin <ikudrin.dev at gmail.com> wrote:

> ikudrin added a comment.
>
> They are really helpful, especially for looking into things like
> `SmallVector`, which uses `AlignedCharArrayUnion` to store items.
> Personally, I'd prefer debug dumpers for QtCreator, but this variant is
> more universal.
>

You'd be welcome to add those - happy to work with you if there are
questions/things I could help with in that regard. We already have Visual
Studio visualizers (far more complete - people have been adding them for
Clang ASTs, far more of LLVM's data structures than I've added to the GDB
pretty printers, etc) as well as the GDB pretty printers so we're not only
supporting one platform/tool or anything like that.

- Dave


>
>
> https://reviews.llvm.org/D23202
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160805/cba0d481/attachment.html>


More information about the llvm-commits mailing list