Thread overview
[Issue 4180] New: D DWARF extensions conflict with DWARF-4
May 12, 2010
Mihail Zenkov
Oct 27, 2011
Jerry Quinn
Nov 09, 2011
Mihail Zenkov
Nov 22, 2011
Trass3r
Jan 19, 2012
Walter Bright
May 12, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4180

           Summary: D DWARF extensions conflict with DWARF-4
           Product: D
           Version: future
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: mihail.zenkov@gmail.com


--- Comment #0 from Mihail Zenkov <mihail.zenkov@gmail.com> 2010-05-12 14:48:54 PDT ---
D DWARF extensions conflict with DWARF-4.

D extensions:
    DW_TAG_darray_type = 0x41
    DW_TAG_aarray_type = 0x42
    DW_TAG_delegate_type = 0x43

DWARF-4 extensions:
    DW_TAG_type_unit = 0x41
    DW_TAG_rvalue_reference_type = 0x42
    DW_TAG_template_alias = 0x43

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
October 27, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=4180


Jerry Quinn <jlquinn@optonline.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P1
                 CC|                            |jlquinn@optonline.net
           Severity|normal                      |critical


--- Comment #1 from Jerry Quinn <jlquinn@optonline.net> 2011-10-26 16:59:26 PDT ---
This problem has been around for a LONG time, and renders gdb unusable.  I'm using 7.2, so the D support submitted to gdb is there.  This reduces me to printf debugging on Linux hence my bumping the priority of this bug.

Is there value in keeping the status quo?

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
November 09, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=4180



--- Comment #2 from Mihail Zenkov <mihail.zenkov@gmail.com> 2011-11-08 17:46:10 PST ---
I think D DWARF extensions should be disabled by default, until it not registered as DWARF debugging standard.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
November 22, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=4180


Trass3r <mrmocool@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mrmocool@gmx.de


--- Comment #3 from Trass3r <mrmocool@gmx.de> 2011-11-22 04:10:27 PST ---
http://sourceware.org/ml/gdb/2011-11/msg00103.html

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
November 24, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=4180


bearophile_hugs@eml.cc changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bearophile_hugs@eml.cc


--- Comment #4 from bearophile_hugs@eml.cc 2011-11-23 16:04:13 PST ---
See:

https://github.com/D-Programming-Language/dmd/pull/526

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 19, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=4180


Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla@digitalmars.com
         Resolution|                            |FIXED


--- Comment #5 from Walter Bright <bugzilla@digitalmars.com> 2012-01-18 20:47:23 PST ---
https://github.com/D-Programming-Language/dmd/commit/f37b75512ccc307ef3d6ff7a5fdda36181422de2

https://github.com/D-Programming-Language/dmd/commit/e81dbc265d91fec7bafd79b3845b42bc47fc70b8

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------