From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7543 invoked by alias); 9 Nov 2003 02:40:24 -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 7534 invoked from network); 9 Nov 2003 02:40:23 -0000 Received: from unknown (HELO localhost.redhat.com) (65.49.0.121) by sources.redhat.com with SMTP; 9 Nov 2003 02:40:23 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 61ADB2B8F; Sat, 8 Nov 2003 21:24:40 -0500 (EST) Message-ID: <3FADA567.6090401@gnu.org> Date: Sun, 09 Nov 2003 02:40: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> <20031101004233.GA11987@nevyn.them.org> <3FA31C64.9060306@gnu.org> <20031109001258.GA1138@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-11/txt/msg00162.txt.bz2 > I believe the function should be fixed and re-enabled, not deleted. So you agree then, that the existing code / mechanism should go (replaced by "A very simple test, such as get_frame_func == entry_point"). Andrew