From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 52537 invoked by alias); 22 Jun 2018 14:10:12 -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 52526 invoked by uid 89); 22 Jun 2018 14:10:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=month X-HELO: smtp.polymtl.ca Received: from smtp.polymtl.ca (HELO smtp.polymtl.ca) (132.207.4.11) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 22 Jun 2018 14:10:10 +0000 Received: from simark.ca (simark.ca [158.69.221.121]) (authenticated bits=0) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id w5MEA3eN024302 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 22 Jun 2018 10:10:08 -0400 Received: by simark.ca (Postfix, from userid 112) id C2BB91EF29; Fri, 22 Jun 2018 10:10:03 -0400 (EDT) Received: from simark.ca (localhost [127.0.0.1]) by simark.ca (Postfix) with ESMTP id 6A0A91E003; Fri, 22 Jun 2018 10:10:01 -0400 (EDT) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 22 Jun 2018 14:10:00 -0000 From: Simon Marchi To: Joel Brobecker Cc: gdb-patches@sourceware.org Subject: Re: GDB 8.2 branch 2018-06-22 Update In-Reply-To: <20180622140540.GC3128@adacore.com> References: <20180622140540.GC3128@adacore.com> Message-ID: <213286bb97dd6bfa9cb5deb51ef2867b@polymtl.ca> X-Sender: simon.marchi@polymtl.ca User-Agent: Roundcube Webmail/1.3.6 X-Poly-FromMTA: (simark.ca [158.69.221.121]) at Fri, 22 Jun 2018 14:10:03 +0000 X-IsSubscribed: yes X-SW-Source: 2018-06/txt/msg00540.txt.bz2 On 2018-06-22 10:05, Joel Brobecker wrote: > Hi everyone, > > Can we do a quick status update on the branch? Below are items that > were discussed previously. For those items that are still in progress, > can you tell us whether or not you think you'll be able to finish it > by end of this month? > > Note that, for practical reasons, the window for branching is either > end of this month, or end of July. > > As far as I know, the following items are now complete: > > * (AlanH) gdb/gdbserver support for aarch64 SVE > Looks like the code is now in? :-) > > [v3] > https://www.sourceware.org/ml/gdb-patches/2018-06/msg00400.html > [v2] > https://www.sourceware.org/ml/gdb-patches/2018-06/msg00145.html Yes I think this is done. > * (AndrewB) gdb: Don't drop SIGSTOP during stop_all_threads > Latest update: Reviewed and mostly OK'ed (minor comments) > Waiting for next version of the patch. > https://www.sourceware.org/ml/gdb-patches/2018-06/msg00284.html This looks like it's in too. Simon