June 05, 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
June 05, 2017
On Mon, Jun 05, 2017 at 05:34:14AM +0000, Basile B. via Digitalmars-d-learn wrote:
> On Monday, 5 June 2017 at 01:07:51 UTC, H. S. Teoh 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?)
> 
> Of course it is. Currently i don't use it much but at the beginning of 2017 it's been very useful to me, to process valgrind's output, dozen and dozen of times. How can anyone ignore that it's shipped with dmd ?

'cos I run dmd off git HEAD, so I've no idea what it ships with/without. :-D


T

-- 
My program has no bugs! Only undocumented features...
1 2
Next ›   Last »