D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 1954 - DMD does not generate module info in DWARF
Summary: DMD does not generate module info in DWARF
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: dmd (show other issues)
Version: D2
Hardware: x86 Linux
: P2 normal
Assignee: No Owner
URL: http://the-free-meme.blogspot.com/200...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-27 15:47 UTC by Cristi Vlasceanu
Modified: 2015-06-09 05:14 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Cristi Vlasceanu 2008-03-27 15:47:40 UTC
The Linux version of the compiler does not generate DW_TAG_module DWARF entries; there are debugging use case where synthesizing function names is helpful.
Comment 1 Robert Clipsham 2010-04-01 05:56:47 UTC
I don't know when this was fixed, but DW_TAG_module seems to be included in all the test cases I've worked with. Unless you have a specific test case where this doesn't happen this bug is now fixed :)