From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id Q9QJIPiJb19jSwAAWB0awg (envelope-from ) for ; Sat, 26 Sep 2020 14:35:36 -0400 Received: by simark.ca (Postfix, from userid 112) id 79A8E1EF4D; Sat, 26 Sep 2020 14:35:36 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 9E4B81E509 for ; Sat, 26 Sep 2020 14:35:35 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id CB99B3858D35; Sat, 26 Sep 2020 18:35:34 +0000 (GMT) Received: from rock.gnat.com (rock.gnat.com [IPv6:2620:20:4000:0:a9e:1ff:fe9b:1d1]) by sourceware.org (Postfix) with ESMTP id 77B903858D35 for ; Sat, 26 Sep 2020 18:35:31 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 77B903858D35 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=brobecker@adacore.com Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 5724711792E for ; Sat, 26 Sep 2020 14:35:31 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at gnat.com 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 hhzdiRg-KOEe for ; Sat, 26 Sep 2020 14:35:31 -0400 (EDT) Received: from takamaka.brobecker.org (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 2904111785B for ; Sat, 26 Sep 2020 14:35:31 -0400 (EDT) Received: by takamaka.brobecker.org (Postfix, from userid 1000) id 71DC6849D3; Sat, 26 Sep 2020 11:35:29 -0700 (PDT) Date: Sat, 26 Sep 2020 11:35:29 -0700 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: GDB 10.1 release -- 2020-09-26 Update Message-ID: <20200926183529.GA12328@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-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" Hi everyone, Here is another update on the release. I think we're converging with maybe one new item which I'm a little worried about, as this touches an area that is traditionally very complex and delicate (PR gdb/26642). Fixed Since the Previous Update: -------------------------------- * [TomT] TUI focus behavior change https://sourceware.org/bugzilla/show_bug.cgi?id=26638 Added Since the Last Update: ---------------------------- * [SimonM] "maintenance set target-async off" is broken on GNU/Linux https://sourceware.org/bugzilla/show_bug.cgi?id=26642 Other Ongoing Items: -------------------- * [EliZ] GDB build failure in gnulib if building on Windows version older than 8 https://sourceware.org/bugzilla/show_bug.cgi?id=26607 gnulib pushed a couple of patches: https://sourceware.org/pipermail/gdb-patches/2020-September/171920.html The proposal is the following: - On the branch: we review, and test the two patches, then integrate them; - On master, we schedule a gnulib update. Patch for the branch proposed at: https://sourceware.org/pipermail/gdb-patches/2020-September/172155.html Not Critical, but Requested: ---------------------------- * [] (raised by Christian B) from_tty argument to Python's gdb.execute is no longer effective https://sourceware.org/bugzilla/show_bug.cgi?id=26586 Not release blocking because not exactly a regressions (8.2 and 9 already had the bug). Patch pushed to master: | commit 8f9929bb97dc0f0fdf60269ac8c9a7d50746646f (origin/master, origin/HEAD) | Author: Gareth Rees | Date: Sat Sep 26 11:01:45 2020 -0700 | Subject: gdb: Fix from_tty argument to gdb.execute in Python. Requested second opinion before backporting. * [AntonK, ShahabV] (suggested by SimonM) Add ARC Linux gdbserver support No movement since last update (waiting on path author). Patch (Aug 26th): https://sourceware.org/pipermail/gdb-patches/2020-August/171499.html Latest messages: https://sourceware.org/pipermail/gdb-patches/2020-September/171911.html -- Joel