From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31565 invoked by alias); 25 Aug 2018 05:41:46 -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 31555 invoked by uid 89); 25 Aug 2018 05:41:45 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=U*brobecker, sk:brobeck, brobeckeradacorecom, brobecker@adacore.com X-HELO: mx1.redhat.com Received: from mx3-rdu2.redhat.com (HELO mx1.redhat.com) (66.187.233.73) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 25 Aug 2018 05:41:44 +0000 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id B5AC940216F1; Sat, 25 Aug 2018 05:41:42 +0000 (UTC) Received: from pinnacle.lan (ovpn-116-121.phx2.redhat.com [10.3.116.121]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 560191017D4B; Sat, 25 Aug 2018 05:41:42 +0000 (UTC) Date: Sat, 25 Aug 2018 05:41:00 -0000 From: Kevin Buettner To: Joel Brobecker Cc: gdb-patches@sourceware.org, palves@redhat.com Subject: Re: GDB 8.2 release 2018-08-21 status update Message-ID: <20180824224140.1abbb226@pinnacle.lan> In-Reply-To: <20180823205718.3b941d0a@pinnacle.lan> References: <20180821175136.GA3365@adacore.com> <20180823205718.3b941d0a@pinnacle.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-08/txt/msg00610.txt.bz2 On Thu, 23 Aug 2018 20:57:18 -0700 Kevin Buettner wrote: > On Tue, 21 Aug 2018 10:51:36 -0700 > Joel Brobecker wrote: > > > * [KevinB] PR gdb/23021 > > Setting breakpoints with -freorder-blocks-and-partition > > https://sourceware.org/bugzilla/show_bug.cgi?id=23021 > > > > Identified as needed in the previous release, but couldn't do it > > in time. We should be very close, now: > > [v3] https://sourceware.org/ml/gdb-patches/2018-08/msg00467.html > > > > I'm wondering how reasonable it's going to be to backport > > those changes onto the branch, though... Any thoughts on that? > > Kevin? Simon? > > I was able to apply the eight "non-contiguous address range support" > patches to my local checkout of gdb-8.2-branch. Part #2 needed some > fixing, but everything else applied cleanly (which kind of surprised > me). > > I've tested on x86-64. No regressions. > > Let me know if you want it pushed... Based on comments and discussion from Simon and Pedro elsewhere in this thread, it seems that it ought to go in, so... I've pushed the "non-contiguous address range support" patches to gdb-8.2-branch. Kevin