From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2404 invoked by alias); 13 Aug 2010 16:22:40 -0000 Received: (qmail 2391 invoked by uid 22791); 13 Aug 2010 16:22:38 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mtagate2.uk.ibm.com (HELO mtagate2.uk.ibm.com) (194.196.100.162) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 13 Aug 2010 16:22:34 +0000 Received: from d06nrmr1806.portsmouth.uk.ibm.com (d06nrmr1806.portsmouth.uk.ibm.com [9.149.39.193]) by mtagate2.uk.ibm.com (8.13.1/8.13.1) with ESMTP id o7DGMVMj020382 for ; Fri, 13 Aug 2010 16:22:31 GMT Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by d06nrmr1806.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o7DGMRJL1814718 for ; Fri, 13 Aug 2010 17:22:31 +0100 Received: from d06av02.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av02.portsmouth.uk.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id o7DGMRo6026577 for ; Fri, 13 Aug 2010 17:22:27 +0100 Received: from leonard.localnet (ICON-9-164-137-37.megacenter.de.ibm.com [9.164.137.37]) by d06av02.portsmouth.uk.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id o7DGMGWE026513 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 13 Aug 2010 17:22:26 +0100 From: Ken Werner To: Tom Tromey Subject: Re: [patch] Add solib_address and decode_line Python functionality Date: Fri, 13 Aug 2010 16:22:00 -0000 User-Agent: KMail/1.13.2 (Linux/2.6.32-24-generic-pae; KDE/4.4.2; i686; ; ) Cc: Phil Muldoon , gdb-patches@sourceware.org References: <4C44728D.4040408@redhat.com> <201008131607.09618.ken@linux.vnet.ibm.com> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201008131822.15330.ken@linux.vnet.ibm.com> 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: 2010-08/txt/msg00192.txt.bz2 On Friday, August 13, 2010 05:48:17 pm Tom Tromey wrote: > >>>>> "Ken" == Ken Werner writes: > Ken> 2010-08-13 Ken Werner > Ken> * gdb/python/python.c (gdbpy_solib_name): Remove the const qualifier > of Ken> the format strings to be compatible with Python 2.4. > > Thanks, this is ok. Thanks, patch checked in. http://sourceware.org/ml/gdb-cvs/2010-08/msg00068.html Regards Ken