From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12712 invoked by alias); 20 Apr 2002 23:26:41 -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 12700 invoked from network); 20 Apr 2002 23:26:39 -0000 Received: from unknown (HELO dr-evil.shagadelic.org) (208.176.2.162) by sources.redhat.com with SMTP; 20 Apr 2002 23:26:39 -0000 Received: by dr-evil.shagadelic.org (Postfix, from userid 7518) id 228D89869; Sat, 20 Apr 2002 16:26:39 -0700 (PDT) Date: Sat, 20 Apr 2002 16:26:00 -0000 From: Jason R Thorpe To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH/RFA] Fix busted logic in find_saved_register() Message-ID: <20020420162639.X1627@dr-evil.shagadelic.org> Reply-To: thorpej@wasabisystems.com Mail-Followup-To: Jason R Thorpe , Andrew Cagney , gdb-patches@sources.redhat.com References: <20020420144817.W1627@dr-evil.shagadelic.org> <3CC1F4D3.9020104@cygnus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3CC1F4D3.9020104@cygnus.com>; from ac131313@cygnus.com on Sat, Apr 20, 2002 at 07:08:03PM -0400 Organization: Wasabi Systems, Inc. X-SW-Source: 2002-04/txt/msg00691.txt.bz2 On Sat, Apr 20, 2002 at 07:08:03PM -0400, Andrew Cagney wrote: > Yes. Looks like my: > > 2002-04-17 Andrew Cagney > > * frame.c (find_saved_register): Find saved registers in the next > not prev frame. > Fix PR gdb/365. > > flushed out another problem. Ok, I will commit the fix. > You mention that the alpha is calling that function. Is that directly > or indirectly? I'm going to eliminate the MIPS direct call. Directly. The alpha_get_saved_register() is nearly identical to the mips_get_saved_register(). How are you changing the MIPS target? -- -- Jason R. Thorpe