1 .\" Copyright (c) 1991 Free Software Foundation
2 .\" See section COPYING for conditions for redistribution
3 .TH @PROGRAM@ 1 "June 1993" "cygnus support" "GNU Development Tools"
11 @PROGRAM@ \- demangle C++ symbols
18 .RB "[\|" \-_ | \-\-strip-underscores "\|]"
19 .RB "[\|" "\-s {gnu,lucid,arm} " | " \-\-format={gnu,lucid,arm}" "\|]"
20 .RB "[\|" \-\-help "\|]"
21 .RB "[\|" \-\-version "\|]"
22 .RB "[\|" symbol "...\|]"
24 The C++ language provides function overloading, which means that you can
25 write many functions with the same name (providing each takes parameters
26 of different types). All C++ function names are encoded into a
27 low-level assembly label (this process is known as
31 program does the inverse mapping: it decodes (\fIdemangles\fR)
32 low-level names into user-level names so that the linker can keep
33 these overloaded functions from clashing.
35 Every alphanumeric word (consisting of letters, digits, underscores,
36 dollars, or periods) seen in the input is a potential label. If the
37 label decodes into a C++ name, the C++ name replaces the low-level
42 to decipher individual symbols by specifying these symbols on the
49 reads symbol names from the standard input and writes the demangled
50 names to the standard output. All results are printed on the standard
56 .B \-\-strip\-underscores
57 On some systems, both the C and C++ compilers put an
58 underscore in front of every name. For example, the C name
60 gets the low-level name
62 This option removes the leading underscore.
65 .B "\-s {gnu,lucid,arm}"
67 .B \-\-format={gnu,lucid,arm}
70 can decode three different methods of mangling, used by different C++
71 compilers. This option selects which method it uses: the one used by
72 the GNU compiler, the one used by the Lucid compiler, or the one
73 specified by the C++ Annotated Reference Manual. The default is the
78 Print a summary of the options to
84 Print the version number of
89 .RB "`\|" binutils "\|'"
95 The GNU Binary Utilities\c
96 \&, Roland H. Pesch (June 1993).
99 Copyright (c) 1993 Free Software Foundation, Inc.
101 Permission is granted to make and distribute verbatim copies of
102 this manual provided the copyright notice and this permission notice
103 are preserved on all copies.
105 Permission is granted to copy and distribute modified versions of this
106 manual under the conditions for verbatim copying, provided that the
107 entire resulting derived work is distributed under the terms of a
108 permission notice identical to this one.
110 Permission is granted to copy and distribute translations of this
111 manual into another language, under the above conditions for modified
112 versions, except that this permission notice may be included in
113 translations approved by the Free Software Foundation instead of in
114 the original English.