From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27767 invoked by alias); 21 Nov 2003 20:55:56 -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 27741 invoked from network); 21 Nov 2003 20:55:55 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 21 Nov 2003 20:55:55 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 124132B8F; Fri, 21 Nov 2003 15:55:53 -0500 (EST) Message-ID: <3FBE7BD8.2090601@redhat.com> Date: Fri, 21 Nov 2003 20:55:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: [rfa:symtab] deprecate inside_entry_func References: <3FA2F940.5040102@redhat.com> <3FBE6D46.4070201@redhat.com> <20031121195949.GA794@nevyn.them.org> <3FBE79B6.2090209@redhat.com> <20031121204833.GA2356@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-11/txt/msg00447.txt.bz2 > On Fri, Nov 21, 2003 at 03:46:46PM -0500, Andrew Cagney wrote: > >> > >> >What Kevin and I have both repeatedly suggested, I think, is: >> > - Do not deprecate inside_entry_func; fix it if you don't like the >> > way it is implemented. Change the implementation. >> > - Deprecate entry_func_lowpc and entry_func_highpc (there's a typo in >> > your changelog, two lowpc's) if you really want to deprecate >> > something. > >> >> Please point me at a legitimate use of this function. > > > Please read my previous response to you in this thread, in which I did > so at length. > http://sources.redhat.com/ml/gdb-patches/2003-11/msg00158.html That's not what I'm asking. With the call to inside_entry_func removed, from get_prev_frame, can you point me at any remainng _legitimate) uses of that function? Andrew