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]

GCC to open the C++ demangle API?


There does not appear to be a public API for demangling C++ symbol
names with the GNU C++ compiler. The code is there in binutils because
c++filt uses it. However, the API has not been 'opened'. Any ideas why
this is (other than it being non-portable) ? 

IMO it would be good if
the GNU C++ compiler environment opened access to the demangling
routine. Other compiler environments have opened up the API.
There is demangle on HPUX, cplus_demangle on Solaris etc.

Regards,

Andrew M.



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