April 16, 2006
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