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

Igor Kudrin via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 5 09:28:40 PDT 2016


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.


https://reviews.llvm.org/D23202





More information about the llvm-commits mailing list