This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: DWARF dbg output - Are people enhancing this for C++?


> Date: Wed, 24 Sep 1997 10:53:49 +0100 (BST)
> From: Mark Phillips <M.S.Phillips@nortel.co.uk>

> While getting the above to work, I noticed that the code states that only
> C debugging is supported.

> Is anyone working on (or has anyone already added!) C++ DWARF support?

Use the dwarf 2 support for C++.  It should mostly work, though you
may have to define some stuff for your platform...  SGI irix6 uses it
by default.  You can check out mips/* for an example use...

> Also has anyone added DWARF support to gas/bfd? (currently it isn't
> supported, which means "gcc -Wa,-alh" doesn't work, and I can't convert
> DWARF to IEEE)

gas and bfd will choke down all that gcc/g++ generates, I am confused
and don't understand your issue.


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