From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4554 invoked by alias); 24 Aug 2017 12:12:39 -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 4544 invoked by uid 89); 24 Aug 2017 12:12:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:589 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 ESMTP; Thu, 24 Aug 2017 12:12:35 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 4AE48566DB; Thu, 24 Aug 2017 08:12:34 -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 PflTPlugO93t; Thu, 24 Aug 2017 08:12:34 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 30510566D4; Thu, 24 Aug 2017 08:12:34 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id ADC4889F6E; Thu, 24 Aug 2017 08:12:33 -0400 (EDT) Date: Thu, 24 Aug 2017 12:12:00 -0000 From: Joel Brobecker To: Jan Kratochvil Cc: Pedro Alves , gdb-patches@sourceware.org Subject: Re: [commit+8.0] DWARF-5: Fix -fdebug-types-section Message-ID: <20170824121233.dnrib6mx5uaasn63@adacore.com> References: <20170629092626.GA26755@host1.jankratochvil.net> <8df641d7-b02d-a9f6-8ddc-e15a2353ddb1@redhat.com> <20170824083157.GA27012@host1.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170824083157.GA27012@host1.jankratochvil.net> User-Agent: NeoMutt/20170113 (1.7.2) X-SW-Source: 2017-08/txt/msg00462.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 Hi Jan, Was there a GDB PR number for this fix? (just making sure this fix will be documented in the 8.0.1 release) Thanks, -- Joel