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 4954D3858D35 for ; Tue, 22 Nov 2022 15:10:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 4954D3858D35 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) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 7CA1A1E0CB; Tue, 22 Nov 2022 10:10:53 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=simark.ca; s=mail; t=1669129853; bh=jcCMxuPQbvYi5g1xN/UxTNbQEtppEMQas2RsSXm6bUE=; h=Date:Subject:To:References:From:In-Reply-To:From; b=d4wpEI8wjGfcfSmTfMiWCmDWoPxYTQ86Wzz5sU5qHTLypGj/lJB1/HFHmMfqJqzs7 A7xixjb2g+8YubAUSea9rudyLPxpqK6q3/MwriUMBR+6MGKCK3N3tzZK+kelWn4EFM nFGOfTQPW3KcZ/uLQF2A0DQ5rvLkXcA33hLmoHXQ= Message-ID: <95e11efa-8fbc-0de9-c27b-669235d496fa@simark.ca> Date: Tue, 22 Nov 2022 10:10:53 -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 , gdb-patches@sourceware.org References: 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/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 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. Simon