Debugging support for D - wiki
David Nadlinger
code at klickverbot.at
Wed Sep 25 12:53:42 PDT 2013
On Wednesday, 25 September 2013 at 14:38:27 UTC, Iain Buclaw
wrote:
> On 25 September 2013 14:45, Bruno Medeiros
>> Perhaps I described it incorrectly then. What I mean is that
>> most references
>> and displays of D symbols are made using proper D names, and
>> not mangled
>> names (as you might get if you run it through a pure C/C++
>> debugger). I've
>> haven't yet seen something like "_D8func_mod5funczFZv" on GDB
>> compiled with
>> GDC.
> This is what emitting pretty-print names to the debugger does!
There is actually (limited) D demangling support in GDB 7.
David
More information about the Digitalmars-d
mailing list