ianlancetaylor / cgosymbolizer

Experimental symbolizer for cgo backtraces

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++ symbols support?

zuoxinyu opened this issue · comments

Symbols in traceback seem to be mangled function names like _ZN3XXXreal_name_3I.

Is possible to support C++ name demangling?

Pipe the output through the c++filt program. That's what it's for. It's not going to make sense to add a C++ demangler directly to this package.