From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18323 invoked by alias); 2 Jul 2010 14:06:09 -0000 Received: (qmail 18311 invoked by uid 22791); 2 Jul 2010 14:06:07 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mtagate5.uk.ibm.com (HELO mtagate5.uk.ibm.com) (194.196.100.165) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 02 Jul 2010 14:06:01 +0000 Received: from d06nrmr1806.portsmouth.uk.ibm.com (d06nrmr1806.portsmouth.uk.ibm.com [9.149.39.193]) by mtagate5.uk.ibm.com (8.13.1/8.13.1) with ESMTP id o62E5whD020051 for ; Fri, 2 Jul 2010 14:05:58 GMT Received: from d06av01.portsmouth.uk.ibm.com (d06av01.portsmouth.uk.ibm.com [9.149.37.212]) by d06nrmr1806.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o62E5wQK1658928 for ; Fri, 2 Jul 2010 15:05:58 +0100 Received: from d06av01.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av01.portsmouth.uk.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id o62E5vf4018021 for ; Fri, 2 Jul 2010 15:05:57 +0100 Received: from leonard.localnet (dyn-9-152-224-29.boeblingen.de.ibm.com [9.152.224.29]) by d06av01.portsmouth.uk.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id o62E5rxo017872 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 2 Jul 2010 15:05:57 +0100 From: Ken Werner To: Tom Tromey Subject: Re: [patch] Printing of character vectors Date: Fri, 02 Jul 2010 14:06:00 -0000 User-Agent: KMail/1.13.2 (Linux/2.6.32-22-generic-pae; KDE/4.4.2; i686; ; ) References: <201006251037.29862.ken@linux.vnet.ibm.com> In-Reply-To: Cc: gdb-patches@sourceware.org MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201007021605.52853.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-07/txt/msg00042.txt.bz2 On Friday, June 25, 2010 11:59:08 pm you wrote: > >>>>> "Ken" == Ken Werner writes: > Ken> The attached patch changes c_val_print to additionally check if the > Ken> type is a vector. Tested on powerpc64-*-linux-gnu and > Ken> i686-*-linux-gnu, no regressions. Any suggestions are welcome. > > The patch itself is fine. I think the only question is what behavior we > want. > > If you don't hear any objections in the next week, go ahead and check it > in. > > Tom Hi Tom, A week has passed and it seems there are no objections. As I don't have write privileges to the repository could you apply the patch please? Regards Ken