From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21090 invoked by alias); 22 Apr 2004 22:04:20 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 21082 invoked from network); 22 Apr 2004 22:04:19 -0000 Received: from unknown (HELO localhost.redhat.com) (24.157.170.238) by sources.redhat.com with SMTP; 22 Apr 2004 22:04:19 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 901902B9D; Thu, 22 Apr 2004 18:04:05 -0400 (EDT) Message-ID: <40884155.2090205@gnu.org> Date: Thu, 22 Apr 2004 22:04:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Michael Snyder Cc: gdb-patches@sources.redhat.com, cagney , Daniel Jacobowitz Subject: Re: [RFA] mips 32/64 register/stack fix References: <408813A9.6000402@redhat.com> <4088242A.4070601@gnu.org> <40883C90.7030509@redhat.com> In-Reply-To: <40883C90.7030509@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-04/txt/msg00550.txt.bz2 > #0 register_size (gdbarch=0x84093e8, regnum=120) 120 looks large enough to be cooked (but to confirm this can you look at "maint print raw-registers". This will also tell us the register's type, and hence confirm the size. Given that you see 8, this suggests that the register's type is wrong (see mips_register_type). Also, what information is available in the object file header? Andrew