Thread overview
[Issue 11660] New: use newer DWARF version?
Dec 01, 2013
Martin Nowak
Feb 14, 2014
Iain Buclaw
Feb 14, 2014
Martin Nowak
Feb 14, 2014
Iain Buclaw
December 01, 2013
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


--- Comment #0 from Martin Nowak <code@dawg.eu> 2013-12-01 14:56:38 PST ---
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: -------
February 14, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=11660


Iain Buclaw <ibuclaw@ubuntu.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuclaw@ubuntu.com


--- Comment #1 from Iain Buclaw <ibuclaw@ubuntu.com> 2014-02-14 02:43:45 PST ---
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: -------
February 14, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=11660



--- Comment #2 from Martin Nowak <code@dawg.eu> 2014-02-14 03:09:58 PST ---
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: -------
February 14, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=11660



--- Comment #3 from Iain Buclaw <ibuclaw@ubuntu.com> 2014-02-14 03:52:23 PST ---
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: -------