Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* your turn :-)
@ 2004-09-04  0:12 Andrew Cagney
  2004-09-04 19:07 ` Joel Brobecker
  0 siblings, 1 reply; 5+ messages in thread
From: Andrew Cagney @ 2004-09-04  0:12 UTC (permalink / raw)
  To: Joel Brobecker; +Cc: gdb-patches

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-09-05  0:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-04  0:12 your turn :-) Andrew Cagney
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox