This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH v2 0/3] Port libstdc++ pretty printers to Python 3
- From: Samuel Bronson <naesten at gmail dot com>
- To: libstdc++ at gcc dot gnu dot org, GCC Patches <gcc-patches at gcc dot gnu dot org>
- Cc: Samuel Bronson <naesten at gmail dot com>, Jonathan Wakely <jwakely at redhat dot com>, GDB Patches <gdb-patches at sourceware dot org>, Tom Tromey <tromey at redhat dot com>
- Date: Thu, 10 Jul 2014 22:48:16 -0400
- Subject: [PATCH v2 0/3] Port libstdc++ pretty printers to Python 3
- Authentication-results: sourceware.org; auth=none
- References: <1400701554-18062-1-git-send-email-naesten at gmail dot com>
I've ported the libstdc++ pretty printers to work with Python 3 as
well as Python 2, and made a couple of other changes that I think are
improvements along the way. The important change here is the final
patch; the others just made things easier at some point along the way.
I started with a patch by Mathias Klose; when he sent it out, he said
it should be backported to (what I assume were) all release branches.
Samuel Bronson (3):
Make libstdc++ testsuite work with pre-color GCC versions again
libstdc++ testsuite: Turn off GDB's auto-load, list loaded libs
Port libstdc++ pretty-printers to Python 2 + Python 3
libstdc++-v3/python/libstdcxx/v6/printers.py | 110 +++++++++++++++++++--------
libstdc++-v3/testsuite/lib/gdb-test.exp | 15 +++-
libstdc++-v3/testsuite/lib/libstdc++.exp | 4 +-
3 files changed, 91 insertions(+), 38 deletions(-)
--
2.0.1