public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Samuel Bronson <naesten@gmail.com>
To: libstdc++@gcc.gnu.org,	GCC Patches <gcc-patches@gcc.gnu.org>
Cc: Samuel Bronson <naesten@gmail.com>,
	Jonathan Wakely <jwakely@redhat.com>,
	GDB Patches <gdb-patches@sourceware.org>,
	Tom Tromey <tromey@redhat.com>
Subject: [PATCH v2 0/3] Port libstdc++ pretty printers to Python 3
Date: Fri, 11 Jul 2014 02:48:00 -0000	[thread overview]
Message-ID: <1405046899-32639-1-git-send-email-naesten@gmail.com> (raw)
In-Reply-To: <1400701554-18062-1-git-send-email-naesten@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 883 bytes --]

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


       reply	other threads:[~2014-07-11  2:48 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1400701554-18062-1-git-send-email-naesten@gmail.com>
2014-07-11  2:48 ` Samuel Bronson [this message]
2014-07-11  2:49   ` [PATCH v2 1/3] Make libstdc++ testsuite work with pre-color GCC versions again Samuel Bronson
2014-07-11 15:33     ` Jonathan Wakely
2014-07-11  3:00   ` [PATCH v2 2/3] libstdc++ testsuite: Turn off GDB's auto-load, list loaded libs Samuel Bronson
2014-07-11 15:33     ` Jonathan Wakely
2014-07-11  3:22   ` [PATCH v2 3/3] Port libstdc++ pretty-printers to Python 2 + Python 3 Samuel Bronson
2014-07-11  3:45     ` [PATCH v3 " Samuel Bronson
2014-07-11 13:49       ` Jonathan Wakely
2014-07-21 17:06       ` Tom Tromey
2014-07-26  6:33         ` Samuel Bronson
2014-07-30 14:20           ` Tom Tromey

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1405046899-32639-1-git-send-email-naesten@gmail.com \
    --to=naesten@gmail.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=gdb-patches@sourceware.org \
    --cc=jwakely@redhat.com \
    --cc=libstdc++@gcc.gnu.org \
    --cc=tromey@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).