From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13132 invoked by alias); 6 Aug 2002 04:04:36 -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 13125 invoked from network); 6 Aug 2002 04:04:35 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.240.27) by sources.redhat.com with SMTP; 6 Aug 2002 04:04:35 -0000 Received: from ges.redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 5114A3C90; Tue, 6 Aug 2002 00:04:25 -0400 (EDT) Message-ID: <3D4F4AC9.5020108@ges.redhat.com> Date: Mon, 05 Aug 2002 21:04:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020802 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kevin Buettner Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] find_saved_register(): Terminate loop when saved reg found References: <1020805215225.ZM25934@localhost.localdomain> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-08/txt/msg00115.txt.bz2 > * frame.c (find_saved_register): Break out of loop once saved > register address is found. Don't mention sparc in loop comment > anymore. Ok. 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. enjoy, Andrew