[Issue 2575] gdb can not show code
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Jan 24 09:16:01 PST 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2575
------- Comment #1 from jason.james.house at gmail.com 2009-01-24 11:16 -------
After a lot of help from volodya on irc #gdb, it looks like the issue is that
the low_pc and high_pc attributes are missing.
GDB can try to compensate for this (as if it was some legacy producer of debug
info) by walking the children, but it only looks at "namespace" and
"subprogram". D has "module" which stops it.
--
More information about the Digitalmars-d-bugs
mailing list