From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15389 invoked by alias); 20 Mar 2015 21:54:21 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 15314 invoked by uid 89); 20 Mar 2015 21:54:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 20 Mar 2015 21:54:20 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 4985AD333A; Fri, 20 Mar 2015 17:54:16 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id eWDeIjhDdnbi; Fri, 20 Mar 2015 17:54:16 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 20FDFD3294; Fri, 20 Mar 2015 17:54:16 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id E2E9E40EAD; Fri, 20 Mar 2015 17:54:15 -0400 (EDT) Date: Fri, 20 Mar 2015 21:54:00 -0000 From: Joel Brobecker To: Keven Boell Cc: Keven Boell , gdb-patches@sourceware.org Subject: Re: [PATCH] Introduce linked list for dynamic attributes Message-ID: <20150320215415.GC5273@adacore.com> References: <1425281876-20302-1-git-send-email-keven.boell@intel.com> <20150302194959.GD4449@adacore.com> <54F5BA7A.2090308@linux.intel.com> <20150303155457.GA3243@adacore.com> <54F6FA0D.4000103@linux.intel.com> <20150305181347.GB4604@adacore.com> <54FEDD80.1020102@linux.intel.com> <20150316195500.GA3435@adacore.com> <55081368.3060302@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55081368.3060302@linux.intel.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2015-03/txt/msg00676.txt.bz2 > 2015-02-23 Keven Boell > > * gdbtypes.c (resolve_dynamic_type_internal): Adapt > data_location usage to linked list. > (resolve_dynamic_type_internal): Adapt data_location usage > to linked list. > (get_dyn_prop): New function. > (add_dyn_prop): New function. > (copy_dynamic_prop_list): New function. > (copy_type_recursive): Add copy of linked list. > (copy_type): Add copy of linked list. > * gdbtypes.h (enum dynamic_prop_node_kind): Kind of the > dynamic attribute in linked list. > (struct dynamic_prop_list): Dynamic list node. > * dwarf2read.c (set_die_type): Add data_location data to > linked list using helper functions. I sent Keven the instructions on how to get a sourceware account a while ago now. In the meantime, I've pushed this patch to master (after having re-tested it on x86_64-linux, just in case). -- Joel