From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20168 invoked by alias); 23 Jun 2009 16:37:43 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 20156 invoked by uid 22791); 23 Jun 2009 16:37:42 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org To: Phil Muldoon Cc: Thiago Jung Bauermann , Project Archer Subject: Re: [python][patch] Preserve string length, and embedded-nulls in pretty-print string emission. References: <4A1709CB.7030200@redhat.com> <4A1D8544.2030006@redhat.com> <4A240139.10001@redhat.com> <1243907642.9831.1.camel@hactar> <4A2CE878.7040002@redhat.com> <4A36B3EE.8020102@redhat.com> <4A37937E.8060007@redhat.com> <4A3A30EB.1080509@redhat.com> <4A40E89C.9030404@redhat.com> From: Tom Tromey Reply-To: Tom Tromey Date: Tue, 23 Jun 2009 16:37:00 -0000 In-Reply-To: <4A40E89C.9030404@redhat.com> (Phil Muldoon's message of "Tue\, 23 Jun 2009 15\:37\:16 +0100") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2009-q2/txt/msg00191.txt.bz2 >>>>> "Phil" == Phil Muldoon writes: Phil> I've implemented requested changes. What do you think? Looks good! Phil> * python/lib/gdb/libstdcxx/v6/printers.py The rule I've been following for this stuff is that a libstdc++ printer can't go in until the needed code is in gdb CVS. So, it is time to submit these last couple of changes upstream :-) Tom