From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id MverHfKvmWBKKwAAWB0awg (envelope-from ) for ; Mon, 10 May 2021 18:13:06 -0400 Received: by simark.ca (Postfix, from userid 112) id E8B081F11C; Mon, 10 May 2021 18:13: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=-0.6 required=5.0 tests=MAILING_LIST_MULTI, RDNS_DYNAMIC,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (ip-8-43-85-97.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 4C2311E783 for ; Mon, 10 May 2021 18:13:04 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 1045F3858039; Mon, 10 May 2021 22:13: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 55CD83858039 for ; Mon, 10 May 2021 22:13:01 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 55CD83858039 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 09AEE5604E; Mon, 10 May 2021 18:13:01 -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 8Zn5wDeKxsWs; Mon, 10 May 2021 18:13:00 -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 D06CC5604A; Mon, 10 May 2021 18:13:00 -0400 (EDT) Received: by float.home (Postfix, from userid 1000) id 1521AA1282; Mon, 10 May 2021 15:12:59 -0700 (PDT) Date: Mon, 10 May 2021 15:12:59 -0700 From: Joel Brobecker To: Bernd Edlinger Subject: Re: start of the GDB 11 release cycle Message-ID: <20210510221259.GF3261@adacore.com> References: <20210510000448.GA4371@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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: , Cc: gdb-patches@sourceware.org Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" > > Are there other issues or last minute features we'd like to include > > before we branch and/or release? > > > > Thank you! > > > > I think my patch to improve the debug experience of optimized code > is stable since january and might also be a good candidiate: > > [PATCH 0/4] Improve debugging of optimized code > https://sourceware.org/pipermail/gdb-patches/2021-January/175617.html Understood. Thanks for the heads up and corresponding link. We'll wait for that one. -- Joel