38 Chapter 10. c++filt
-s format
-format=format
c++filt can decode various methods of mangling, used by different compilers. The argument
to this option selects which method it uses:
auto
Automatic selection based on executable (the default method)
gnu
the one used by the gnu C++ compiler (g++)
lucid
the one used by the Lucid compiler (lcc)
arm
the one specified by the C++ Annotated Reference Manual
hp
the one used by the HP compiler (aCC)
edg
the one used by the EDG compiler
gnu-v3
the one used by the gnu C++ compiler (g++) with the V3 ABI.
java
the one used by the gnu Java compiler (gcj)
gnat
the one used by the gnu Ada compiler (GNAT).
-help
Print a summary of the options to c++filt and exit.
-version
Print the version number of c++filt and exit.
Warning: c++filt is a new utility, and the details of its user interface are subject to change in future
releases. In particular, a command-line option may be required in the the future to decode a name passed as
an argument on the command line; in other words,
c++filt symbol
may in a future release become
c++filt option symbol
Comentarios a estos manuales