From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14589 invoked by alias); 15 Jun 2008 21:49:25 -0000 Received: (qmail 14132 invoked by uid 48); 15 Jun 2008 21:48:46 -0000 Date: Sun, 15 Jun 2008 21:49:00 -0000 From: "cagney at redhat dot com" To: frysk-bugzilla@sourceware.org Message-ID: <20080615214845.6645.cagney@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug general/6645] New: lib.dwfl.DwarfScopeDies replacing DwarfDie[] X-Bugzilla-Reason: AssignedTo Mailing-List: contact frysk-bugzilla-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: frysk-bugzilla-owner@sourceware.org X-SW-Source: 2008-q2/txt/msg00337.txt.bz2 List-Id: 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.