pluggable D de-mangler in C

Thomas Kuehne thomas-dloop at kuehne.cn
Sun Apr 16 07:04:05 PDT 2006


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

pluggable D de-mangler in C

In order to improve the D support of various debuggers I've
written a pluggable D de-mangler in C.

While this de-mangler de-mangles nested symbols better than
std.demangle or the GDB patch at DSource, it's output has still
room for improvement.


A commandline demangler can be build with
- -DDEMANGLE_D_STANDALONE .

For plugins simply call:
char* DD_(demangle_d)(char* source);


License: Eiffel Forum License, version 1
http://opensource.org/licenses/eiffel.php

Download:
http://www.prowiki.org/upload/duser/demangle_d-2006-04-16.zip


Thomas


-----BEGIN PGP SIGNATURE-----

iD8DBQFEQlvg3w+/yD4P9tIRAmtGAJ0XPQzIjUGT/lQyPUz1EbaQJhR4AwCgmzG1
vO/Dql89r61N0gFq38G3IT4=
=p5w5
-----END PGP SIGNATURE-----



More information about the Digitalmars-d-announce mailing list