From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20858 invoked by alias); 12 Mar 2003 19:09:07 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 20851 invoked from network); 12 Mar 2003 19:09:06 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by 172.16.49.205 with SMTP; 12 Mar 2003 19:09:06 -0000 Received: (from mec@localhost) by duracef.shout.net (8.11.6/8.11.6) id h2CJ92r15020; Wed, 12 Mar 2003 13:09:02 -0600 Date: Wed, 12 Mar 2003 19:09:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200303121909.h2CJ92r15020@duracef.shout.net> To: ac131313@redhat.com, drow@mvista.com Subject: Re: 8-byte register values on a 32-bit machine Cc: brobecker@gnat.com, gdb@sources.redhat.com, kettenis@chello.nl, stcarrez@nerim.fr X-SW-Source: 2003-03/txt/msg00195.txt.bz2 The general case of 2-word structures in 5.3 was broken. That is to say, my simple test program (attached to the PR) fails with both 5.3 and HEAD. I would like to re-suggest my idea that gdb simply print "" or something for all the words beyond the first word in a register variable. But I'll back whatever Daniel thinks is right. Michael C