From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10013 invoked by alias); 2 Jun 2009 20:48:01 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 10002 invoked by uid 22791); 2 Jun 2009 20:47:59 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Message-ID: <4A258F78.2020702@redhat.com> Date: Tue, 02 Jun 2009 20:48:00 -0000 From: Phil Muldoon User-Agent: Thunderbird 2.0.0.21 (X11/20090320) MIME-Version: 1.0 To: Jonas Maebe CC: Tom Tromey , 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> <5937C493-9A11-4AF5-80BD-677C3F30BA69@elis.ugent.be> In-Reply-To: <5937C493-9A11-4AF5-80BD-677C3F30BA69@elis.ugent.be> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2009-q2/txt/msg00134.txt.bz2 Jonas Maebe wrote: > > On 01 Jun 2009, at 18:26, Phil Muldoon wrote: > >> The TYPE_LENGTH (value_type (value)) works great, thanks. > > Shouldn't you add a check_typedef() in between? > Probably, I was roughly quoting. I'm still wrestling with string identification in a value. I'd be happy just to worry about just its length at this point ;) Regards Phil