From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22644 invoked by alias); 24 Feb 2007 20:53:52 -0000 Received: (qmail 22636 invoked by uid 22791); 24 Feb 2007 20:53:51 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Sat, 24 Feb 2007 20:53:46 +0000 Received: from dsl093-172-095.pit1.dsl.speakeasy.net ([66.93.172.95] helo=caradoc.them.org) by nevyn.them.org with esmtp (Exim 4.63) (envelope-from ) id 1HL3tj-0003QE-T2; Sat, 24 Feb 2007 15:53:39 -0500 Received: from drow by caradoc.them.org with local (Exim 4.63) (envelope-from ) id 1HL3tj-0001vd-He; Sat, 24 Feb 2007 15:53:39 -0500 Date: Sun, 25 Feb 2007 08:00:00 -0000 From: Daniel Jacobowitz To: Jan Kratochvil Cc: Nick Roberts , gdb@sourceware.org Subject: Re: [RFC] Signed/unsigned character arrays are not strings Message-ID: <20070224205338.GA7307@caradoc.them.org> Mail-Followup-To: Jan Kratochvil , Nick Roberts , gdb@sourceware.org References: <17887.62990.937672.281975@kahikatea.snap.net.nz> <20070224161315.GA27534@caradoc.them.org> <17888.39894.136355.447008@kahikatea.snap.net.nz> <20070224204626.GA24678@host0.dyn.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070224204626.GA24678@host0.dyn.jankratochvil.net> User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-02/txt/msg00260.txt.bz2 On Sat, Feb 24, 2007 at 09:46:26PM +0100, Jan Kratochvil wrote: > You have an association bug there. In fact such workaround works [attached]. > (gdb) xbacktrace > 0x92e75aa "recursive-edit" (0xa420a23) > 0x92e685c "byte-code" (0x825e7db) Or try "set $data = (char *) $arg0->data" or so. That should work too. -- Daniel Jacobowitz CodeSourcery