From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io1-xd2e.google.com (mail-io1-xd2e.google.com [IPv6:2607:f8b0:4864:20::d2e]) by sourceware.org (Postfix) with ESMTPS id 4B4493858C2C for ; Mon, 7 Mar 2022 15:01:59 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 4B4493858C2C Received: by mail-io1-xd2e.google.com with SMTP id c23so17362663ioi.4 for ; Mon, 07 Mar 2022 07:01:59 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=Llg2DU51OAyt6u75YXeVEM0278xuY+K9dyfswUO1NnI=; b=KRRvsbLJG8uQfXQcvRosewG+180L966m1wTGUbWjiEdqSVCUpjnRo+pb3JoQ7Va8iz RBYfBsU3KMp1vJp9M4N3scIk8FS43WAlXIcJ1vLr6LKfTL519YjwXrVST9ZsCfD3DJE+ 4OETdTlOnq1vcowcudJAzAoIKgfSsbtI7xXYUoo1qcTVoYciqC9/LAkTq1w5ckcqFfgP CHpq1+hbXiQnCUqMhiN39fcEN/LN577V89Dfo0ePi/ie13ncNF1NYzKRtju8z2nWw90m PkdUG6VOuYOwZ4B0esbMoqx0Hjqu1vvxg68hjn7a/6rmaAaXaTiga8BFMZZsxH4AiVFT Nk3g== X-Gm-Message-State: AOAM532clBPpNSDvgo4Wbxpkrsh5HPDUmpAU89t1QnugI6cDly6oo+fK 52TwV/4SDoLK2Pu07dwAO79OS8gkTZaOuQ== X-Google-Smtp-Source: ABdhPJzqAVrzZSF8kfhgaylzX0rul8QOBcB4qiPwjBha39mZyEQ+POPoc9xCVuMHkFudQPMDjgIwgg== X-Received: by 2002:a6b:ce01:0:b0:610:8f2:3b7 with SMTP id p1-20020a6bce01000000b0061008f203b7mr10890246iob.25.1646665318694; Mon, 07 Mar 2022 07:01:58 -0800 (PST) Received: from murgatroyd (75-166-141-253.hlrn.qwest.net. [75.166.141.253]) by smtp.gmail.com with ESMTPSA id k5-20020a5d97c5000000b006412c791f90sm8873943ios.31.2022.03.07.07.01.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 07 Mar 2022 07:01:58 -0800 (PST) From: Tom Tromey To: Joel Brobecker via Gdb-patches Cc: Joel Brobecker Subject: Re: GDB 12 preparation -- 2022-03-06 update References: X-Attribution: Tom Date: Mon, 07 Mar 2022 08:01:57 -0700 In-Reply-To: (Joel Brobecker via Gdb-patches's message of "Sun, 6 Mar 2022 14:15:12 +0400") Message-ID: <87bkyhrel6.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-5.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org 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: , X-List-Received-Date: Mon, 07 Mar 2022 15:02:00 -0000 >>>>> "Joel" == Joel Brobecker via Gdb-patches writes: Joel> Added Since the Last Update: Joel> ---------------------------- Joel> I'd like to add the --dbx deprecation patch. https://sourceware.org/pipermail/gdb-patches/2022-March/186306.html I sent a note to the main gdb list. I suppose we could simply check it in now and back it out before 12 if there are strong objections. WDYT? Tom