From: Daniel Jacobowitz <drow@false.org>
To: Randolph Chung <randolph@tausq.org>
Cc: gdb-patches@sources.redhat.com
Subject: Re: [patch/rfa] hppa stub unwinder
Date: Fri, 23 Apr 2004 04:30:00 -0000 [thread overview]
Message-ID: <20040423043032.GA28208@nevyn.them.org> (raw)
In-Reply-To: <20040423040108.GD17279@tausq.org>
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
next prev parent reply other threads:[~2004-04-23 4:30 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-04-23 4:00 Randolph Chung
2004-04-23 4:30 ` Daniel Jacobowitz [this message]
2004-04-24 0:03 ` Andrew Cagney
2004-04-24 6:17 ` Randolph Chung
2004-04-24 6:47 ` Randolph Chung
2004-04-28 15:49 ` Andrew Cagney
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040423043032.GA28208@nevyn.them.org \
--to=drow@false.org \
--cc=gdb-patches@sources.redhat.com \
--cc=randolph@tausq.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox