This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Stack traces, etc.
- From: Adam Megacz <gcj at lists dot megacz dot com>
- To: Andrew Haley <aph at redhat dot com>
- Cc: java at gcc dot gnu dot org
- Date: 29 Nov 2002 20:28:01 -0800
- Subject: Re: Stack traces, etc.
- Organization: Myself
- References: <15847.65022.630354.996182@cuddles.cambridge.redhat.com>
Wow, this must have been a lot of work...
Andrew Haley <aph@redhat.com> writes:
> A new libgcc function, _Unwind_FindEnclosingFunction, uses the DWARF
> unwinder machinery to convert a PC address to the starting address
> of a function.
How about non-DWARF platforms? Is there an easy place to stick in
platform-specific hacks for, say, Win32 (which has no DWARF2)?
- a