On Fri, May 09, 2003 at 10:14:34PM +0200, Mark Kettenis wrote:
It's clear that we want to support unwinding using info in .eh_frame
sections in addition to .debug_frame sections. I'm inclined to make
to make dwarf-frame.c provide two frame unwinders: one that uses
.debug_frame info, and one that uses .eh_frame info. That way it will
be possible to let the target determine if .dwarf_frame will be
preferred over .eh_frame or not.
Thoughts?
That seems reasonable. I'd probably create a single function to
register both unwinders, and call it from each target, though;
since there's no reason I can think of to prefer one over the other
modula unknown GDB bugs.