This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: commitment to DWARF2 debugging information
- To: obrien at NUXI dot com
- Subject: Re: commitment to DWARF2 debugging information
- From: Stan Shebs <shebs at apple dot com>
- Date: Mon, 05 Jun 2000 15:42:36 -0700
- Cc: gcc at gcc dot gnu dot org
- Organization: Core Tools, Apple Computer
- References: <20000605143913.A72848@dragon.nuxi.com>
- Reply-To: shebs at apple dot com
David O'Brien wrote:
>
> Hello all,
>
> At the urging of one of the GDB maintainers I am seriously considering
> switching from STABS to the DWARF2 debugging format for all its
> platforms. This includes i386, Alpha, Sparc64, PPC, StrongARM, and
> IA-64.
>
> My question is how committed is the GCC Project on maintaining DWARF2 and
> to continue its development where needed.
I would suggest keeping an eye on the Dwarf2 standard update that is
currently going on; the goal is to produce a real standard this time
(the document that everybody calls a standard is actually a first draft).
Unfortunately, I don't have the references handy, but there are other
people on this list who know about it and who can comment as well.
The thing to watch out for, of course, is backward compatibility.
Certainly the current committee members have an interest in that,
but the since the old draft is ill-defined in places, there is
room for hosure, especially on less-popular configurations where
it might be that nobody is concerned about the effect of specific
proposals for changes to Dwarf2.
Stan