This is the mail archive of the
frysk-bugzilla@sourceware.org
mailing list for the frysk project.
[Bug general/6645] New: lib.dwfl.DwarfScopeDies replacing DwarfDie[]
- From: "cagney at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: frysk-bugzilla at sourceware dot org
- Date: 15 Jun 2008 21:48:46 -0000
- Subject: [Bug general/6645] New: lib.dwfl.DwarfScopeDies replacing DwarfDie[]
- Reply-to: sourceware-bugzilla at sourceware dot org
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.