This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [rfa] Add some flags to tramp frame unwinder


> +  /* 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]