D and GDB

Mike Wey via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Jun 5 02:18:53 PDT 2017


On 06/05/2017 03:07 AM, H. S. Teoh via Digitalmars-d-learn wrote:
> It can't be any more trivial than just running ddemangle, which is found
> in the dlang/tools repo on github. (Arguably this should be shipped by
> default with dmd... or is it already?)
> 

Recent? versions of gdb also support demangling D symbols, it should 
detect it's D when you compile with -g.

-- 
Mike Wey


More information about the Digitalmars-d-learn mailing list