From: Andrew Cagney <cagney@gnu.org>
To: Randolph Chung <randolph@tausq.org>
Cc: gdb-patches@sources.redhat.com
Subject: Re: [patch/rfa] Some fixes for hppa fallback unwinder
Date: Tue, 25 May 2004 18:12:00 -0000 [thread overview]
Message-ID: <40B38C6B.2070603@gnu.org> (raw)
In-Reply-To: <20040522063442.GJ7207@tausq.org>
- find_pc_partial_function (pc, NULL, &start_pc, &end_pc);
-
- if (start_pc == 0 || end_pc == 0)
+ if (pc != 0)
Would this case be better handled by the stub unwinder?
The other cases for unwinding in assembler are ok.
Andrew
next prev parent reply other threads:[~2004-05-25 18:12 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-22 6:34 Randolph Chung
2004-05-25 18:12 ` Andrew Cagney [this message]
2004-05-25 18:35 ` Randolph Chung
2004-05-25 21:16 ` Andrew Cagney
2004-05-26 4:02 ` Randolph Chung
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=40B38C6B.2070603@gnu.org \
--to=cagney@gnu.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