FW: Java vs. Dwarf2 EH Unwinder

Richard Henderson rth@redhat.com
Thu Mar 28 20:49:00 GMT 2002


On Fri, Mar 29, 2002 at 04:12:22PM +1200, Bryce McKinlay wrote:
> That would be really good. Perhaps the unwinder could expose its 
> _Unwind_Context struct somehow and libjava could copy the registers into it.

No, the _Unwind_Context structure is private to the library and is meant
to stay that way.  Besides -- we already have to handle sigcontext in the
unwinder for most of the places we do handle signal frame unwinding.  No
sense duplicating code.


r~



More information about the Java mailing list