The usual term is "demangling", and you can use c++filt to do it:
http://www.gnu.org/software/binutils/manual/html_chapter/binutils_9.html
Niko
On Nov 25, 2005, at 3:31 PM, silk (sent by Nabble.com) wrote:
i have an gcc logfile and i ned to undecorate function name like this:
_ZNSt13basic_filebufIcSt11char_traitsIcEEC1Ev@@GLIBCPP_3.2
i want to know it's real name (name of function that was in the
source file).
where can i get a specification or smthng like?
--
Sent from the gcc - Help forum at Nabble.com:
http://www.nabble.com/help-to-undecorate-function-name-
t617798.html#a1648755