[Issue 14698] Un-mangle symbols in disassembly?

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Jun 26 02:36:51 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14698

--- Comment #9 from Rainer Schuetze <r.sagitario at gmx.de> ---
> Support was added in binutils 2.25

I've build this version, but noticed that it doesn't demangle full text files,
just the arguments given on the command line. Instead, it reports "Internal
error: no symbol alphabet for current style". That has an easy fix, though.

As cxxfilt will very likely never support compressed symbols aswell as MS
mangled symbols, I've compiled my own version supporting all 3 manglings
(D/gcc/cl) including compression.

Disassembly with demangled symbols is now enabled if the global option
"Demangle symbols in linker messages/disassembly" is checked. Try it in
https://github.com/D-Programming-Language/visuald/releases/tag/v0.3.42-beta2

--


More information about the Digitalmars-d-bugs mailing list