From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id OU/HHLF4mGCkCgAAWB0awg (envelope-from ) for ; Sun, 09 May 2021 20:05:05 -0400 Received: by simark.ca (Postfix, from userid 112) id 682071F11C; Sun, 9 May 2021 20:05:05 -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 9A0BF1E54D for ; Sun, 9 May 2021 20:05:04 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 449373848408; Mon, 10 May 2021 00:05:04 +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 1C5E83848401 for ; Mon, 10 May 2021 00:05:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 1C5E83848401 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 1BAD41166FE for ; Sun, 9 May 2021 20:04:51 -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 Lf9qX81nU9en for ; Sun, 9 May 2021 20:04:51 -0400 (EDT) Received: from float.home (localhost.localdomain [127.0.0.1]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by rock.gnat.com (Postfix) with ESMTPS id E20D81166A2 for ; Sun, 9 May 2021 20:04:50 -0400 (EDT) Received: by float.home (Postfix, from userid 1000) id ABD44A127F; Sun, 9 May 2021 17:04:48 -0700 (PDT) Date: Sun, 9 May 2021 17:04:48 -0700 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: start of the GDB 11 release cycle Message-ID: <20210510000448.GA4371@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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" Hello, It's been about 6.5 months since we made the first GDB 10 release (10.1). So I propose we start the process of creating the GDB 11 release now. As of now, below are the issues that I'm aware of: * [Sergey with Simon as reviewer] Add Z80 CPU support https://sourceware.org/bugzilla/show_bug.cgi?id=26633 Patch submitted at: https://sourceware.org/pipermail/gdb-patches/2020-September/172083.html * [AndrewB/Simon] Bug 26819 - RISC-V: internal-error: int finish_step_over(execution_control_state*): Assertion https://sourceware.org/bugzilla/show_bug.cgi?id=26819 I think the situation has been improved thanks to a couple of patches, but the user still has some scenarios where the issue happens. * [Simon] Follow-up on x86-64 stub submission https://sourceware.org/bugzilla/show_bug.cgi?id=26868 This is the submission in question: https://sourceware.org/pipermail/gdb-patches/2020-November/173182.html * [Simon/Kevin] Attaching to threaded process on glibc 2.33: libthread_db fails to initialize with "generic error" Patch v2 at: https://sourceware.org/pipermail/gdb-patches/2021-May/178485.html Are there other issues or last minute features we'd like to include before we branch and/or release? Thank you! -- Joel