digitalmars.D.announce - pluggable D de-mangler in C
- Thomas Kuehne (22/22) Apr 16 2006 -----BEGIN PGP SIGNED MESSAGE-----
-----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-----
Apr 16 2006