home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky gnu.g++.help:1470 comp.lang.c++:16757
- Newsgroups: gnu.g++.help,comp.lang.c++
- Path: sparky!uunet!pipex!warwick!bham!pickerig
- From: pickerig@eee.bham.ac.uk (Guy Pickering)
- Subject: Re: demangeling
- Sender: usenet@rs6000.bham.ac.uk (USENET News Service)
- Message-ID: <1992Nov23.141646.27672@rs6000.bham.ac.uk>
- Date: Mon, 23 Nov 1992 14:16:46 GMT
- References: <9211231128.AA20601@life.ai.mit.edu>
- Organization: The University of Birmingham, England
- X-Newsreader: TIN [version 1.1 PL6]
- Lines: 24
-
- (FLEINERC%CFRUNI51.BITNET@mitvma.mit.edu) wrote:
- :
- : Does there exist a program to demangle names used by C++ ?
- : it should accept for example
- : __ct__7ostreamFv
- : and print
- : ostream::ostream()
-
-
- With AT&T C++ V3.01 you get a program c++filt which does this.
- Also there is a patch for gdb to allow cfront name demangling.
-
- Guy
-
- --
- +--------------------------------+-----------------------------------------+
- | Guy Pickering | School of Electronic & Electrical Eng, |
- | E-MAIL: G.PICKERING@uk.ac.bham | University of Birmingham, |
- | Tel: (021) 414 4340 | Edgbaston, Birmingham. B15 2TT. |
- +--------------------------------+-----------------------------------------+
- | "I have ten pairs of trainers...One for each day of the week" - Sam Fox |
- +--------------------------------+-----------------------------------------+
-
-
-