[Issue 14698] Un-mangle symbols in disassembly?

2015-08-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14698 Rainer Schuetze r.sagita...@gmx.de changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 14698] Un-mangle symbols in disassembly?

2015-08-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14698 --- Comment #13 from Rainer Schuetze r.sagita...@gmx.de --- The next version of binutils/gdb will have pretty much near complete 2.068 support. In my local tests, it managed to demangle all symbols in Phobos and druntime (core.demangle barely got

[Issue 14698] Un-mangle symbols in disassembly?

2015-06-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14698 --- Comment #11 from Iain Buclaw ibuc...@gdcproject.org --- (In reply to Rainer Schuetze from comment #9) 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

[Issue 14698] Un-mangle symbols in disassembly?

2015-06-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14698 --- Comment #10 from Manu turkey...@gmail.com --- Seems to be working great now! --

[Issue 14698] Un-mangle symbols in disassembly?

2015-06-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14698 --- Comment #9 from Rainer Schuetze r.sagita...@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

[Issue 14698] Un-mangle symbols in disassembly?

2015-06-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14698 --- Comment #8 from Rainer Schuetze r.sagita...@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

[Issue 14698] Un-mangle symbols in disassembly?

2015-06-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14698 --- Comment #7 from Manu turkey...@gmail.com --- What will happen for binaries with both D and C++ symbols? --

[Issue 14698] Un-mangle symbols in disassembly?

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14698 --- Comment #6 from Iain Buclaw ibuc...@gdcproject.org --- (In reply to Rainer Schuetze from comment #5) Maybe the Windows versions don't have it? I tried c:\l\GDC-2.066\bin\c++filt.exe --version GNU c++filt (crosstool-NG 1.20.0 -

[Issue 14698] Un-mangle symbols in disassembly?

2015-06-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14698 Iain Buclaw ibuc...@gdcproject.org changed: What|Removed |Added CC||ibuc...@gdcproject.org

[Issue 14698] Un-mangle symbols in disassembly?

2015-06-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14698 --- Comment #5 from Rainer Schuetze r.sagita...@gmx.de --- Maybe the Windows versions don't have it? I tried c:\l\GDC-2.066\bin\c++filt.exe --version GNU c++filt (crosstool-NG 1.20.0 - 20150413-2.066.1-f378f9ab41) 2.23.1

[Issue 14698] Un-mangle symbols in disassembly?

2015-06-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14698 --- Comment #3 from Rainer Schuetze r.sagita...@gmx.de --- GDC is generally bundled with binutils which includes D symbol demangling in the relevant tools(e.g, c++filt, objdump, etc) I don't see any D demangling support in objdump/c++filt in the

[Issue 14698] Un-mangle symbols in disassembly?

2015-06-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14698 weaselcat r9shacklef...@gmail.com changed: What|Removed |Added CC||r9shacklef...@gmail.com

[Issue 14698] Un-mangle symbols in disassembly?

2015-06-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14698 Rainer Schuetze r.sagita...@gmx.de changed: What|Removed |Added CC||r.sagita...@gmx.de ---