From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 34734 invoked by alias); 24 Aug 2017 08:32:06 -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 34614 invoked by uid 89); 24 Aug 2017 08:32:05 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 24 Aug 2017 08:32:04 +0000 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id D8BC881DED for ; Thu, 24 Aug 2017 08:32:02 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com D8BC881DED Authentication-Results: ext-mx01.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx01.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=jan.kratochvil@redhat.com Received: from host1.jankratochvil.net (ovpn-117-146.ams2.redhat.com [10.36.117.146]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 1F75D71C8E; Thu, 24 Aug 2017 08:32:00 +0000 (UTC) Date: Thu, 24 Aug 2017 08:32:00 -0000 From: Jan Kratochvil To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: [commit+8.0] DWARF-5: Fix -fdebug-types-section Message-ID: <20170824083157.GA27012@host1.jankratochvil.net> References: <20170629092626.GA26755@host1.jankratochvil.net> <8df641d7-b02d-a9f6-8ddc-e15a2353ddb1@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8df641d7-b02d-a9f6-8ddc-e15a2353ddb1@redhat.com> User-Agent: Mutt/1.8.3 (2017-05-23) X-SW-Source: 2017-08/txt/msg00460.txt.bz2 On Thu, 24 Aug 2017 01:18:07 +0200, Pedro Alves wrote: > On 06/29/2017 10:26 AM, Jan Kratochvil wrote: > > GDB was now accessing as signatured_type memory allocated only by size of > > dwarf2_per_cu_data. > > > > This is unrelated to the DWARF-5 index. > > OK. Checked in: f1902523c9b7941775a2c64af89de0f111b8924c master 06f84c95a2d88d03c1c231bfd436ac9d225d6615 gdb-8.0-branch Jan