From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 42532 invoked by alias); 22 Jun 2018 14:05:44 -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 42508 invoked by uid 89); 22 Jun 2018 14:05:43 -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,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=window, www.sourceware.org, sk:www.sou, UD:www.sourceware.org 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; Fri, 22 Jun 2018 14:05:42 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id B58A6116C4F for ; Fri, 22 Jun 2018 10:05:40 -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 KKxDL8WltrMG for ; Fri, 22 Jun 2018 10:05:40 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 9BF7B116BAC for ; Fri, 22 Jun 2018 10:05:40 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 147E484347; Fri, 22 Jun 2018 10:05:40 -0400 (EDT) Date: Fri, 22 Jun 2018 14:05:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: GDB 8.2 branch 2018-06-22 Update Message-ID: <20180622140540.GC3128@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.9.4 (2018-02-28) X-SW-Source: 2018-06/txt/msg00539.txt.bz2 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 * (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 The following items are still in progress: * (PhilippeW) Implement 'frame apply COMMAND', enhance 'thread apply COMMAND' It looks like a review was done around Jun 12-15, and some discussions, but no v3 yet. [v2] https://www.sourceware.org/ml/gdb-patches/2018-06/msg00118.html * (SergioDJ) Implement IPv6 support for GDB/gdbserver From what I can tell, a v2 was sent, and a review done just a couple of days ago. Is that accurate? [v2] https://www.sourceware.org/ml/gdb-patches/2018-06/msg00384.html [v1] https://www.sourceware.org/ml/gdb-patches/2018-06/msg00238.html I will add the following issue I discovered to the list as well: * (JoelB) SEGV on x86_64-windows due to fs_base/gs_base Not necessarily entirely crippling, but crashes GDB as soon as we make it try to access the fs_base/gs_base registers. For instance: "info reg", or inferior function call (presuming that print $fs_base/print $gs_base is unlikely) I have a patch that I will share momentarily. I think it's simple-enough that it should be in by end of month. Anything else? Thank you! -- Joel