From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.efficios.com (mail.efficios.com [167.114.26.124]) by sourceware.org (Postfix) with ESMTPS id F365E3851C0B for ; Mon, 25 May 2020 19:53:51 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org F365E3851C0B Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id C670B2C4979; Mon, 25 May 2020 15:53:51 -0400 (EDT) Received: from mail.efficios.com ([127.0.0.1]) by localhost (mail03.efficios.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id QZo0Sc3LMBpR; Mon, 25 May 2020 15:53:51 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id A31DC2C4976; Mon, 25 May 2020 15:53:51 -0400 (EDT) DKIM-Filter: OpenDKIM Filter v2.10.3 mail.efficios.com A31DC2C4976 X-Virus-Scanned: amavisd-new at efficios.com Received: from mail.efficios.com ([127.0.0.1]) by localhost (mail03.efficios.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id sa5bzrk55NVr; Mon, 25 May 2020 15:53:51 -0400 (EDT) Received: from [10.0.0.11] (173-246-6-90.qc.cable.ebox.net [173.246.6.90]) by mail.efficios.com (Postfix) with ESMTPSA id 37AD02C4975; Mon, 25 May 2020 15:53:51 -0400 (EDT) Subject: Re: [PATCH v2 00/42] Share DWARF partial symtabs between objfiles To: Tom Tromey , Simon Marchi Cc: Tom de Vries , gdb-patches@sourceware.org References: <20200512210913.5593-1-simon.marchi@efficios.com> <87eerb1y5s.fsf@tromey.com> From: Simon Marchi Message-ID: <1b3c83e7-cc82-5a5d-7241-4e8ec2452f04@efficios.com> Date: Mon, 25 May 2020 15:53:51 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: <87eerb1y5s.fsf@tromey.com> Content-Type: text/plain; charset=utf-8 Content-Language: fr Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 May 2020 19:53:53 -0000 On 2020-05-22 5:02 p.m., Tom Tromey wrote: >>>>>> "Simon" == Simon Marchi writes: > > Simon> Thanks for the report. We were missing assigning dlbaton->per_objfile in > Simon> handle_data_member_location. > > I've been bit by this kind of thing, too. > Probably these batons should have constructors. I'll look into it as a subsequent improvement. Simon