digitalmars.D.bugs - [Issue 11660] New: use newer DWARF version?
- d-bugmail puremagic.com (20/20) Dec 01 2013 https://d.puremagic.com/issues/show_bug.cgi?id=11660
- d-bugmail puremagic.com (11/11) Feb 14 2014 https://d.puremagic.com/issues/show_bug.cgi?id=11660
- d-bugmail puremagic.com (7/7) Feb 14 2014 https://d.puremagic.com/issues/show_bug.cgi?id=11660
- d-bugmail puremagic.com (9/9) Feb 14 2014 https://d.puremagic.com/issues/show_bug.cgi?id=11660
https://d.puremagic.com/issues/show_bug.cgi?id=11660 Summary: use newer DWARF version? Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Keywords: symdeb Severity: normal Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: code dawg.eu DWARF4 adds some improvements to allow richer debug information and better compression. If it's properly supported by most debuggers we should consider to upgrade. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Dec 01 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11660 Iain Buclaw <ibuclaw ubuntu.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ibuclaw ubuntu.com I'd ensure that you have complete DWARFv3 support first before jumping over to DWARFv4. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Feb 14 2014
https://d.puremagic.com/issues/show_bug.cgi?id=11660 Why? What tools can use Dwarf 3? The more interesting stuff that allows D's arrays is only available with version 4. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Feb 14 2014
https://d.puremagic.com/issues/show_bug.cgi?id=11660 As in, make sure that you at least implement types that can be represented as of DWARFv3, but for whatever reason DMD doesn't do it (eg: enums) I'm not sure how you would represent D arrays differently from a DW_TAG_structure_type. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Feb 14 2014