This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug symtab/13035] New: -gdwarf-2 struct fields have wrong offset


http://sourceware.org/bugzilla/show_bug.cgi?id=13035

           Summary: -gdwarf-2 struct fields have wrong offset
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: symtab
        AssignedTo: unassigned@sourceware.org
        ReportedBy: jan.kratochvil@redhat.com
            Target: x86_64-fedora16-linux-gnu


Created attachment 5865
  --> http://sourceware.org/bugzilla/attachment.cgi?id=5865
decode_locdesc reimplementation + testcase

GCC now requires full expression evaluatior instead of just decode_locdesc.
This is its implementation + testcase.
But it has regressions, it would need DWARF expression for
TYPE_BASECLASS_BITPOS but that infrastructure is only in
archer-jankratochvil-vla.
TYPE_BASECLASS_BITPOS works only by accident now seems to me.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]