This is the mail archive of the frysk-bugzilla@sourceware.org mailing list for the frysk 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 general/6645] New: lib.dwfl.DwarfScopeDies replacing DwarfDie[]


At present a get-scopes call returns a concrete array of dies, corresponding to
the long[] array returned by the underlying dwfl.

Instead encapsulate the long[] array in a DwarfScopeDies object and then only
create individual dies as needed - this should better match the underlying
interface where the dies array are just passed back to later functions - treated
like a handle.

It may even be possible to avoid the allocation of the long[] array, and just
encapsulate the malloc-ed pointer

-- 
           Summary: lib.dwfl.DwarfScopeDies replacing DwarfDie[]
           Product: frysk
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: general
        AssignedTo: frysk-bugzilla at sourceware dot org
        ReportedBy: cagney at redhat dot com
                CC: swagiaal at redhat dot com


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

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


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