From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32721 invoked by alias); 13 Dec 2002 16:40:17 -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 32644 invoked from network); 13 Dec 2002 16:40:13 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 13 Dec 2002 16:40:13 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 9D2FC3CE3; Fri, 13 Dec 2002 11:39:57 -0500 (EST) Message-ID: <3DFA0D5D.2090605@redhat.com> Date: Fri, 13 Dec 2002 08:50:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.1) Gecko/20021211 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] frame_id_unwind() References: <3DF7A9EE.3080908@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-12/txt/msg00417.txt.bz2 > 2002-12-11 Andrew Cagney > > * frame.h (frame_id_unwind): Declare. > (struct frame_info): Add fields id_unwind, id_unwind_cache_p and > id_unwind_cache. > (frame_id_unwind_ftype): Declare. > * frame.c (frame_id_unwind): New function. > (set_unwind_by_pc): Add unwind_id parameter. Initialized. > (create_new_frame, get_prev_frame): Pass in id_unwind. > (frame_saved_regs_id_unwind): New function. > (frame_saved_regs_id_unwind): New function. > * dummy-frame.c (dummy_frame_id_unwind): New function. > (struct dummy_frame): Add field id. > (generic_push_dummy_frame): Initialize `id'. > * dummy-frame.h (dummy_frame_id_unwind): Declare. > I've checked this in. Andrew