This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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: Stack traces, etc.


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


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