[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 --- > 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 20% - and even

[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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[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 --- (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 on the command li

[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 --- 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 --- > 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

[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 --- > 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 dd

[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 --- 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 --- (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 - 20150413-2.066.1-f378f9ab

[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 --- 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 >"c:\l\GDC-2.066\bin\c++filt.exe" --format

[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 changed: What|Removed |Added CC||ibuc...@gdcproject.org --- Comment #4 from Iai

[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 --- > 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 latest GDC build

[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 changed: What|Removed |Added CC||r9shacklef...@gmail.com --- Comment #2 from weas

[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 changed: What|Removed |Added CC||r.sagita...@gmx.de --- Comment #1 from Rai