From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca (simark.ca [158.69.221.121]) by sourceware.org (Postfix) with ESMTPS id EBE213858C27 for ; Tue, 22 Nov 2022 15:34:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org EBE213858C27 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=simark.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=simark.ca Received: from [172.16.0.64] (192-222-180-24.qc.cable.ebox.net [192.222.180.24]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 933901E0CB; Tue, 22 Nov 2022 10:34:50 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=simark.ca; s=mail; t=1669131290; bh=wxPFRpF/SZhu/aP1+Z+ipmZyDFtE97XCkcz+jUZd/TQ=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=ukMdPrQL8GZ3tGldxVWhUr5vEIaXcJs0l5kgLtVYBw6z3P8z1HGmgEGuNQXLMLhH0 T5mGTWj/hpxpCRnKV2UZe8XMHkF9qWx+Eq52Volv2ELtqM/vVla7LPxT/LCyp2EEDr Yig/NNgcIdrk1mWC8mtgBySDcZEZRuozH8NfUdvU= Message-ID: <96600137-3986-a80d-29b2-ceac7932b669@simark.ca> Date: Tue, 22 Nov 2022 10:34:50 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.1 Subject: Re: GDB 13 release -- 2022-11-19 update Content-Language: fr To: Joel Brobecker Cc: gdb-patches@sourceware.org References: <95e11efa-8fbc-0de9-c27b-669235d496fa@simark.ca> From: Simon Marchi In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 11/22/22 10:31, Joel Brobecker via Gdb-patches wrote: > Hi Simon, > > On Tue, Nov 22, 2022 at 10:10:53AM -0500, Simon Marchi wrote: >> On 11/19/22 07:42, Joel Brobecker via Gdb-patches wrote: >>> Hi everyone, >>> >>> Here is an update since last time. It feels like we git a significant >>> influx of new PRs added to the list. Fortunately, have have patches >>> for many of them. >>> >>> Additionally, Tom told me last Wed that he's send his last patches >>> for the DWARF reader, so IIUC, if there are more issues that haven't >>> been addressed yet, please report them! >> >> Hi Joel, >> >> I think this series would be nice to have in GDB 13: >> >> Fix some commit_resumed_state assertion failures (PR 28275) >> https://inbox.sourceware.org/gdb-patches/20221121171213.1414366-1-simon.marchi@polymtl.ca/T/#m20705093bf5d0feea4f0c54691c61f320e1d162b > > Sounds good, Simon. I've tagged the PR with a 13.1 milestone. Thanks. > >> Also, do you think there will be a GDB 12.2? Even if there isn't, I >> would probably push the patches to the GDB 12 branch anyway, in case >> someone wants to build it from the branch. > > There weren't enough changes in the gdb-12-branch to warrant > a 12.2 release. We can of course rediscuss, but feel free to > backport the change to the gdb-12-branch regardless. We've done > so before, after .2 releases as well, for the exact reason > you mentioned. Thanks, will do. Simon