From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27020 invoked by alias); 9 May 2008 03:54:09 -0000 Received: (qmail 27011 invoked by uid 22791); 9 May 2008 03:54:08 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 09 May 2008 03:53:51 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id B47AA2AAD36 for ; Thu, 8 May 2008 23:53:49 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id oKgTtpntKdK4 for ; Thu, 8 May 2008 23:53:49 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 713572AAD32 for ; Thu, 8 May 2008 23:53:49 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 99E47E7ACD; Thu, 8 May 2008 20:53:46 -0700 (PDT) Date: Fri, 09 May 2008 07:45:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Re: [RFA] Fix calls to frame_base_find_by_frame in frame.c (?) Message-ID: <20080509035346.GA15397@adacore.com> References: <20080509022413.GO7421@adacore.com> <20080509023436.GA25659@caradoc.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080509023436.GA25659@caradoc.them.org> User-Agent: Mutt/1.4.2.2i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-05/txt/msg00308.txt.bz2 > > 2008-05-08 Joel Brobecker > > > > * frame.c (get_frame_base_address, get_frame_locals_address) > > (get_frame_args_address): Pass the correct frame when calling > > frame_base_find_by_frame. > > Yes, you're right. OK, thanks. Thanks for confirming this, Daniel. Checked in. -- Joel