From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23262 invoked by alias); 6 Apr 2009 20:41:58 -0000 Received: (qmail 23245 invoked by uid 22791); 6 Apr 2009 20:41:57 -0000 X-SWARE-Spam-Status: No, hits=-1.0 required=5.0 tests=AWL,BAYES_05,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout5.012.net.il (HELO mtaout5.012.net.il) (84.95.2.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 06 Apr 2009 20:41:53 +0000 Received: from conversion-daemon.i_mtaout5.012.net.il by i_mtaout5.012.net.il (HyperSendmail v2004.12) id <0KHP003005E77S00@i_mtaout5.012.net.il> for gdb-patches@sourceware.org; Mon, 06 Apr 2009 23:41:50 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.228.139.199]) by i_mtaout5.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KHP0030B5HP7UF1@i_mtaout5.012.net.il>; Mon, 06 Apr 2009 23:41:50 +0300 (IDT) Date: Mon, 06 Apr 2009 20:41:00 -0000 From: Eli Zaretskii Subject: Re: Python pretty-printing [2/6] In-reply-to: To: Tom Tromey Cc: bauerman@br.ibm.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83hc115xey.fsf@gnu.org> References: <1238711355.3236.51.camel@localhost.localdomain> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-04/txt/msg00116.txt.bz2 > Cc: bauerman@br.ibm.com, gdb-patches@sourceware.org > From: Tom Tromey > Date: Mon, 06 Apr 2009 13:24:33 -0600 > > Here's the updated patch. I've tried to address all the comments that > anybody raised. Also, I fixed the documentation for > Objfile.pretty_printers to reflect reality. Thanks, the doco part is OK with me.