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]
Other format: [Raw text]

Re: DWARF: C++ namespace support



On Nov 25, 2003, at 2:42 PM, Devang Patel wrote:


Hi All,

Dan Berlin has proposed patch in past to add C++ namespace support in DWARF
debugging information. GDB engineer, David Carlton is using one variation
of that patch (with bug fixes) in his local tree for GDB testing. I am
working on to add other features like using directives, using declarations
etc... to complete C++ lang support. But original namespace patch is still
not in FSF GCC 3.4. What is the reason to hold it back ?

I never got a chance to update it for the current CVS head.


Full namespace support will require moving some trees from C++ specific to common, or other magic to deal with the trees that can appear in USING_STMT and whatnot that we need to be able to deal with.

Thanks, -- Devang



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