From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12428 invoked by alias); 6 Aug 2002 22:44:03 -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 12314 invoked from network); 6 Aug 2002 22:44:02 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 6 Aug 2002 22:44:02 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu.redhat.com [172.16.52.200] (may be forged)) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g76MV3l04857 for ; Tue, 6 Aug 2002 18:31:03 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g76Mhxu15748; Tue, 6 Aug 2002 18:43:59 -0400 Received: from romulus.sfbay.redhat.com (remus.sfbay.redhat.com [172.16.27.252]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g76Mhwe22036; Tue, 6 Aug 2002 15:43:58 -0700 Received: (from kev@localhost) by romulus.sfbay.redhat.com (8.11.6/8.11.6) id g76Mhqq32161; Tue, 6 Aug 2002 15:43:52 -0700 Date: Tue, 06 Aug 2002 15:44:00 -0000 From: Kevin Buettner Message-Id: <1020806224352.ZM32160@localhost.localdomain> In-Reply-To: Andrew Cagney "Re: [RFA] find_saved_register(): Terminate loop when saved reg found" (Aug 6, 12:04am) References: <1020805215225.ZM25934@localhost.localdomain> <3D4F4AC9.5020108@ges.redhat.com> To: Andrew Cagney Subject: Re: [RFA] find_saved_register(): Terminate loop when saved reg found Cc: gdb-patches@sources.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-08/txt/msg00144.txt.bz2 On Aug 6, 12:04am, Andrew Cagney wrote: > > * frame.c (find_saved_register): Break out of loop once saved > > register address is found. Don't mention sparc in loop comment > > anymore. > > Ok. Committed. > I should point out though, that the function is about to be deprecated > (if not simply deleted). As best I can tell, Alpha, ns32k and VAX don't > need it (their custom get_saved_register() functions appear to be > verbatum copies of the original get_saved_register()). That just leaves > the MIPS, which should call frame_register_unwind() directly. I'll take a look... Kevin