summaryrefslogtreecommitdiff
path: root/static/v10/man1/c++filt.1
blob: 8caf170ed2abd5e149e71b1bbb5a2798cf771156 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
.  \"ident	"@(#)ctrans:demangler/c++filt.1	1.1"
.  \"This CC man page is generated by: troff -man c++filt.1
.  \"Copyright (c) 1988 AT&T
.  \"All Rights Reserved  	
.  \"THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T
.  \"The copyright notice above does not evidence any   	
.  \"actual or intended publication of such source code.
.TH c++filt 1 
.UC 4
.SH NAME
c++filt \- C++ name demangler
.SH SYNOPSIS
.B c++filt
.RB [ -m ]
.RB [ -s ]
.RB [ -v ]
.SH DESCRIPTION
.I C++filt
copies standard input to standard output after decoding
tokens which look like C++ encoded symbols.
Any combination of the following options may be used:
.TP 15
.B \-m
Produce a symbol map on standard output.
This map contains a list of the encoded names encountered and the
corresponding decoded names.
This output follows the filtered output.
.TP 15
.B \-s
Produce a side-by-side decoding with each encoded symbol encountered
in the input stream replaced by the decoded name followed by the
original encoded name.
.TP 15
.B \-v
Output a message giving information about the version of
.I c++filt
being used.
.SH "SEE ALSO"
CC(1), ld(1), nm(1).
.br
Bjarne Stroustrup,
.I The C++ Programming Language,
Addison-Wesley 1986.