From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11816 invoked by alias); 9 Dec 2004 17:35:16 -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 11778 invoked from network); 9 Dec 2004 17:35:11 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (212.157.227.139) by sourceware.org with SMTP; 9 Dec 2004 17:35:11 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id E6CD847DAD; Thu, 9 Dec 2004 18:35:10 +0100 (CET) Date: Thu, 09 Dec 2004 17:59:00 -0000 From: Joel Brobecker To: Randolph Chung Cc: gdb-patches@sources.redhat.com Subject: Re: [rfa] Add some flags to tramp frame unwinder Message-ID: <20041209173510.GF1382@adacore.com> References: <20041209172303.GF29171@tausq.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041209172303.GF29171@tausq.org> User-Agent: Mutt/1.4i X-SW-Source: 2004-12/txt/msg00252.txt.bz2 > + /* Typically, a trampoline is not inside a function or section, but on > + some targets (e.g. HPUX) they can be. Make these checks optional. */ > + unsigned int ok_inside_function:1; > + unsigned int ok_inside_section:1; Just my two cents: I would find "maybe_inside_function" easier to understand. -- Joel