Re: Mangled Typedef names in GNU 4.1.2 DWARF data?

2010-01-25 Thread Ron Louzon
GNU bug or just an unsupported feature? Thanks. --- On Fri, 1/22/10, Michael Eager wrote: > From: Michael Eager > Subject: Re: Mangled Typedef names in GNU 4.1.2 DWARF data? > To: "Ron Louzon" > Cc: gcc@gcc.gnu.org > Date: Friday, January 22, 2010, 4:39 PM > Ron Lou

Mangled Typedef names in GNU 4.1.2 DWARF data?

2010-01-22 Thread Ron Louzon
The GNU 4.1.2 C++ compiler is mangling typedef names to the point that they are not retrievable from the DWARF data. For example, the type BASE_UNION is defined as typedef union { char ch; int iVal; long IVal; } BASE_UNION; The GNU 4.1.2 compiler generates the following DWARF data for