From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 129899 invoked by alias); 10 May 2016 16:18:11 -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 129890 invoked by uid 89); 10 May 2016 16:18:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=prs, our 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; Tue, 10 May 2016 16:18:00 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id BFF55116FF3 for ; Tue, 10 May 2016 12:17:58 -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 cmuPv0tsaEJO for ; Tue, 10 May 2016 12:17:58 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 8EA62116FEF for ; Tue, 10 May 2016 12:17:58 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id E530E428B5; Tue, 10 May 2016 09:17:56 -0700 (PDT) Date: Tue, 10 May 2016 16:18:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: gdb-7.11.1 - 2 weeks to go... Message-ID: <20160510161756.GB26324@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2016-05/txt/msg00175.txt.bz2 Hello everyone, Just a quick update on this 7.11.1 release - our target release date is about 2 weeks away. As far as I can tell from looking at... https://sourceware.org/gdb/wiki/GDB_7.11_Release ... we have 2 open PRs: * Bug 19828 - 7.11 regression: non-stop gdb -p : internal error Looks already fixed on master, so there is a chance we might be able to fix that on the branch soon. * Bug 20039 - Using MI/all-stop, can't interrupt multi-threaded program after continue Looks like this one was already fixed in master as well. Should be a matter of backporting the relevant patches, if we can confirm they are safe. So, all in all, we're looking good. If there are other blocking issues for 7.11.1 that you know about but haven't been identified, the best way forward is to: 1. Create a PR 2. Mention this PR here, so we can confirm with you whether the issue is, in fact, deemed blocking or not. If blocking, we'll update the PR's target milestone. Thank you, all. -- Joel