From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10251 invoked by alias); 6 Nov 2006 23:27:48 -0000 Received: (qmail 10243 invoked by uid 22791); 6 Nov 2006 23:27:47 -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; Mon, 06 Nov 2006 23:27:41 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1GhDsR-0005N1-0X for gdb-patches@sourceware.org; Mon, 06 Nov 2006 18:27:39 -0500 Date: Mon, 06 Nov 2006 23:27:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sourceware.org Subject: Re: PATCH: use frame_unwind_register instead of frame_register Message-ID: <20061106232738.GA20625@nevyn.them.org> Mail-Followup-To: gdb-patches@sourceware.org References: <20061106143307.GA31556@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-11/txt/msg00032.txt.bz2 On Mon, Nov 06, 2006 at 03:24:01PM -0800, Jim Blandy wrote: > > I've committed the below, which 1) uses frame_register_read instead of > frame_unwind_register, thereby obtaining the registers from the right > frame, and 2) removes the now-unused variables. Thanks. We really do need to cut down on the number of functions... -- Daniel Jacobowitz CodeSourcery