This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: PATCH: new DWARF-2 reader
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: csm at gnu dot org (Casey Marshall)
- Cc: aph at redhat dot com (Andrew Haley), java-patches at gcc dot gnu dot org
- Date: Fri, 1 Apr 2005 15:54:30 -0500 (EST)
- Subject: Re: PATCH: new DWARF-2 reader
> Wouldn't that limit the usefulness of this to ELF binaries? I
> understand that there are other executable formats that GCJ targets
> (MachO on Darwin being one, but it's unclear if that supports DWARF
> debug info or not).
Mach-O supports dwarf2 debugging information but a gdb that actually
reads the information has not been officially released yet.
-- Pinski