C++ names in backtrace

Stan Shebs stanshebs@earthlink.net
Fri Nov 30 18:45:00 GMT 2007


Dima S wrote:
> Thanks for tips! I've tried both of them (print demangle + set 
> language), none of them works :(
I find it suspicious that the mangled names are only preceded by one 
underscore. Try feeding mangled names with different numbers of 
underscores to c++filt, see which one demangles correctly. (On Darwin, 
it's two underscores.)

Stan



More information about the Gdb mailing list