[Issue 14698] Un-mangle symbols in disassembly?
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Mon Jun 22 10:59:20 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=14698
--- Comment #8 from Rainer Schuetze <r.sagitario at gmx.de> ---
> What will happen for binaries with both D and C++ symbols?
Good question. I was just about to adapt the demangling of linker messages to
fit this use case aswell, but C++ symbols are not supported (nor by ddemangle
which also doesn't support compressed symbols on Win32). Having two different
C++ manglings is not so great, too.
For gdc builds you could chain two calls to c++filt if a binary is available.
--
More information about the Digitalmars-d-bugs
mailing list