From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3993 invoked by alias); 31 Mar 2004 19:42:19 -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 3986 invoked from network); 31 Mar 2004 19:42:17 -0000 Received: from unknown (HELO localhost.redhat.com) (216.129.200.20) by sources.redhat.com with SMTP; 31 Mar 2004 19:42:17 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id AF7712B92; Wed, 31 Mar 2004 14:42:20 -0500 (EST) Message-ID: <406B1F1C.7040100@gnu.org> Date: Wed, 31 Mar 2004 19:42:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] frame_id_unwind References: <4062EBF9.7040908@gnu.org> In-Reply-To: <4062EBF9.7040908@gnu.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-03/txt/msg00769.txt.bz2 > 2004-03-25 Andrew Cagney > > * frame.h (frame_unwind_id): Declare. > * frame.c (frame_unwind_id): New function. > (get_prev_frame_1): New function. > (frame_debug_got_null_frame): New function. > (get_prev_frame): Use frame_debug_got_null_frame. Move unwind > code proper to prev_frame, update description. > * infrun.c (step_over_function): Use frame_unwind_id. > I've checked this in. Per discussion, something to follow up is replacing get_prev_frame. Andrew