This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: [rfa] Add some flags to tramp frame unwinder
- From: Joel Brobecker <brobecker at adacore dot com>
- To: Randolph Chung <randolph at tausq dot org>
- Cc: gdb-patches at sources dot redhat dot com
- Date: Thu, 9 Dec 2004 18:35:10 +0100
- Subject: Re: [rfa] Add some flags to tramp frame unwinder
- References: <20041209172303.GF29171@tausq.org>
> + /* 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