Query: demangle
OS: centos
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DEMANGLE(1) [FIXME: manual] DEMANGLE(1)NAMEdemangle - Undo C++ name mangling for symbolsSYNOPSISdemangleDESCRIPTIONdemangle reads a list of C++ mangled symbol names from standard input and converts these names to human-readable form on standard output. This utility is part of the KDE Software Development Kit.EXAMPLECreate a file called names containing the following mangled symbol names: _ZNK6Object10metaObjectEv _ZN8QPtrListI5ArrowE5clearEv _ZTC4Kolf0_11KMainWindow These names can then be demangled as follows: example$ demangle < names Object::metaObject() const QPtrList<Arrow>::clear() construction vtable for KMainWindow-in-KolfSEE ALSOkminspector(1) kmtrace(1) match(1)AUTHORBen Burton <bab@debian.org> Author. [FIXME: source] April 7, 2003 DEMANGLE(1)
Related Man Pages |
---|
gnm(1) - opensolaris |
h8300-hitachi-coff-nm(1) - debian |
create_makefile(1) - centos |
fixincludes(1) - centos |
stdump(1) - osf1 |
Similar Topics in the Unix Linux Community |
---|
gcc -3.4.6 installation help |
gcc -3.4.6 solaris installation error |
Compiler - 32bit or 64bit? |
Sun Solaris C++ Compiling Error |
Libcsdbg: C++ exception (and generic) stack trace library |