From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19710 invoked by alias); 15 Jul 2003 17:39:20 -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 19684 invoked from network); 15 Jul 2003 17:39:20 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 15 Jul 2003 17:39:20 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 33DA72B7F; Tue, 15 Jul 2003 13:39:19 -0400 (EDT) Message-ID: <3F143C47.3040908@redhat.com> Date: Tue, 15 Jul 2003 17:39:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [patch, rfc] frame attribute - FRAME_IS_CALLER References: <3F0C7533.4090003@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-07/txt/msg00297.txt.bz2 > Hello, > > Ref: Add frame_is_callee_p(), use in dwarf2-frame.c?, > http://sources.redhat.com/ml/gdb-patches/2003-07/msg00046.html > > This patch adds a new `frame attribute' methods and defines one attribute `FRAME_IS_CALLER' (described in comment) (again better name?). > > It then uses it in a couple random places so that i know it is working. > > thoughts, > > The attached would be committed to the mainline, and just the new methods to the branch. Patch withdrawn. Turn out I didn't need it. Leave this for the day that there is evidence that it is really needed. Andrew