From: Andrew Cagney <cagney@gnu.org>
To: Joel Brobecker <brobecker@gnat.com>
Cc: gdb-patches@sources.redhat.com
Subject: your turn :-)
Date: Sat, 04 Sep 2004 00:12:00 -0000 [thread overview]
Message-ID: <41390838.4050609@gnu.org> (raw)
Joel
The theory is to enable this:
#ifdef NOT_YET
proc_desc = heuristic_proc_desc (start_addr, pc, next_frame,
this_cache);
#else
proc_desc = heuristic_proc_desc (start_addr, pc, next_frame, NULL);
#endif
Then:
- delete the rest of the insn{32,16}_frame_cache code as its redundant,
the heuristic code will have already updated the cache
- eliminate proc_desc from mips{32,16}_heuristic ... as its redundant,
the code only needs to update this_cache
- either inline mips{32,16}_heuristic into mips_insn{32,16}_frame_cache
or, instead, merge mips_insn{32,16}_frame_cache.
want to try it (the test results don't even need to vaguely pass).
Andrew
next reply other threads:[~2004-09-04 0:12 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-09-04 0:12 Andrew Cagney [this message]
2004-09-04 19:07 ` Joel Brobecker
2004-09-04 23:30 ` Joel Brobecker
2004-09-04 23:58 ` Andrew Cagney
2004-09-05 0:14 ` Joel Brobecker
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=41390838.4050609@gnu.org \
--to=cagney@gnu.org \
--cc=brobecker@gnat.com \
--cc=gdb-patches@sources.redhat.com \
/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