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