From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31686 invoked by alias); 24 Nov 2008 20:11:31 -0000 Received: (qmail 31627 invoked by uid 22791); 24 Nov 2008 20:11:30 -0000 X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 24 Nov 2008 20:10:53 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id mAOKAfmL005166; Mon, 24 Nov 2008 15:10:41 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id mAOKAeup030148; Mon, 24 Nov 2008 15:10:40 -0500 Received: from opsy.redhat.com (vpn-12-223.rdu.redhat.com [10.11.12.223]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id mAOKAddC002412; Mon, 24 Nov 2008 15:10:39 -0500 Received: by opsy.redhat.com (Postfix, from userid 500) id 298BC378788; Mon, 24 Nov 2008 13:10:39 -0700 (MST) To: Thiago Jung Bauermann Cc: gdb-patches ml Subject: Re: [RFA] Add la_getstr member to language_defn References: <1227417278.28256.183.camel@localhost.localdomain> <1227552637.28256.231.camel@localhost.localdomain> From: Tom Tromey Reply-To: Tom Tromey X-Attribution: Tom Date: Tue, 25 Nov 2008 00:55:00 -0000 In-Reply-To: <1227552637.28256.231.camel@localhost.localdomain> (Thiago Jung Bauermann's message of "Mon\, 24 Nov 2008 16\:50\:37 -0200") 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 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: 2008-11/txt/msg00665.txt.bz2 >>>>> "Thiago" == Thiago Jung Bauermann writes: Thiago> I was just following the la_printstr/LA_PRINT_STRING example. Thiago> I agree la_get_string is better. Since there doesn't seem to Thiago> be a strict pattern for these names, I'll make the change. Oh, I didn't realize there were already discrepancies. Sorry about that. Thiago> I'm fine with that. What about adding a const char **encoding argument? Thiago> c_getstr could return the value from target_charset. Sounds reasonable to me. Tom