c++filt(1C++) —
NAME
c++filt − C++ name demangler
SYNOPSIS
c++filt [file1 file2 ...]
DESCRIPTION
c++filt demangles names encoded by cfront. It reads from standard input if no file names are specified, otherwise it reads lines from the files in turn. Demangling is done in place and the resulting lines are written to standard output.
Whitespace is used to delimit names that are demangled. This means, for example, that a name delimited by ’.’ or ’,’ will not be demangled.
c++filt returns non-0 if any file specified on the command line could not be opened, otherwise it returns 0.
DEPENDENCIES
Series 300/400
−x Strip off leading ’_’ from encoded C++ object symbol names before performing name decoding.
SEE ALSO
— May 04, 1993