From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29671 invoked by alias); 4 Feb 2004 16:30: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 29654 invoked from network); 4 Feb 2004 16:30:02 -0000 Received: from unknown (HELO localhost.redhat.com) (216.129.200.20) by sources.redhat.com with SMTP; 4 Feb 2004 16:30:02 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id BBA7E2B92; Wed, 4 Feb 2004 11:30:03 -0500 (EST) Message-ID: <40211E0B.3060308@gnu.org> Date: Wed, 04 Feb 2004 16:30:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] Fix inside entry func call References: <401F1E37.10007@gnu.org> <20040203172553.GA20758@nevyn.them.org> <40201E5A.70605@gnu.org> <20040204154022.GA28919@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-02/txt/msg00076.txt.bz2 > 2004-02-02 Andrew Cagney > Daniel Jacobowitz > > * objfiles.h: Delete comments refering to inside_entry_func and > DEPRECATED_FRAME_CHAIN_VALID. > * defs.h (inside_entry_func): Update prototype.. > * blockframe.c (inside_entry_func): Rename to > legacy_inside_entry_func. Add new inside_entry_func taking a frame. > * frame.c (get_prev_frame): Pass the frame to inside_entry_func. Whatever. Andrew