http://d.puremagic.com/issues/show_bug.cgi?id=2575





------- Comment #5 from bugzi...@digitalmars.com  2009-02-20 04:42 -------
But dmd does emit the low_pc and high_pc data. Compile:

int foo(int i) { return i * i; }

with:

dmd -c -g foo.d

Then run dumpobj on it:

dumpobj -p foo.o

which will pretty-print the dwarf debug into. The attributes are there.


-- 

Reply via email to