Re: [arm-gnu] about debug information
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [arm-gnu] about debug information



On Wednesday 06 July 2005 08:51, akiko_iizuka@xxxxxxxxxxxxxxxxxxxx wrote:
> I have a question about current 2005-Q1 release.
>
> The debugging information on "2005-Q1 release" is dwarf3 at default?
> Or dwarf2( at default) ?

Dwarf3. GCC does not support outputting pure dwarf2 debugging information. The 
options to output dwarf2 debugging actually output a subset of dwarf3.

Dwarf2 and dwarf3 are not really separate standards. Dwarf3 is effectively a 
standardised set of extensions to dwarf2.

Paul