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: demengler in libstdc++ is changed


On Fri, Nov 14, 2003 at 01:40:33PM -0500, Robert Dewar wrote:
> >I fully understand that.  But, I'm not requesting C programmers to
> >learn C++.
> 
> Sure you are, when you are debuging C, especially in embedded environments
> you may well have to examine/modify/debug code in the run time library.

This makes no sense.  Any program that calls the demangler will pass it,
as input, a mangled C++ symbol.  Anyone who maintains such a program at a
level of depth that requires debugging library routines will have to have
some C++ familiarity.  Programs that don't need this capability won't call
the routine.



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