This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: FW: Java vs. Dwarf2 EH Unwinder


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~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]