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: [patch/rfa] hppa stub unwinder


On Thu, Apr 22, 2004 at 09:01:08PM -0700, Randolph Chung wrote:
> +static const struct frame_unwind *
> +hppa_stub_unwind_sniffer (struct frame_info *next_frame)
> +{
> +  CORE_ADDR pc = frame_pc_unwind (next_frame);
> +
> +  if (IN_SOLIB_CALL_TRAMPOLINE (pc, NULL) ||
> +      IN_SOLIB_RETURN_TRAMPOLINE (pc, NULL))
> +    return &hppa_stub_frame_unwind;
> +  return NULL;
> +}

Formatting - || at the beginning of the line.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


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