From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x32e.google.com (mail-wm1-x32e.google.com [IPv6:2a00:1450:4864:20::32e]) by sourceware.org (Postfix) with ESMTPS id D807A3948821 for ; Tue, 6 Dec 2022 05:25:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D807A3948821 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=adacore.com Received: by mail-wm1-x32e.google.com with SMTP id ja4-20020a05600c556400b003cf6e77f89cso490038wmb.0 for ; Mon, 05 Dec 2022 21:25:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adacore.com; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=d8A1JdxVeoNvZwcIK5gWLJHUWhNWfqT3eIpyEdtQXW4=; b=dO1/EPGdfGZ/HnRvc9NtYrxOUWVcv8ZiHi7ifucuh8zxZElH7PtTwKFobX8Nr33AIP 6IGGd3fU18H6zDgHAIjprF7KqBnx/gSTpqMVQgQ44FanrK7wkAnFsNRU45/PlZj+CUS6 FSxNuTzyAEAfbSygU+HldJnk+FONfKtoSpS/iPKlojlRQxJUQXOdQcDUlsVv6AOeEmSt pFhNsz5dmIuMvhfi4ByQufGSkzyEvEiOo0tWc0p8y4y01zvmuTHJTgkwzjRX8Y3KVWTD 6VDG1lC8suVZBvn6mEsZ+heK3Oq/9AQ0NSEOg1FF50WOuai6S4jPrmaCwPHEn/OluM5E GXQw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=d8A1JdxVeoNvZwcIK5gWLJHUWhNWfqT3eIpyEdtQXW4=; b=xy2Cg6mljDPv0f8xIuDbvsXawvJnxej0XEM4+pa8iQM/HJuu9ldAI1E5PEgXsODcEX /M08xkL7LsU5ufYvqf8d9t9As952okbPJztHIsJUiZ59B51lLjZYUs8tqNapGSha/ZRQ cwOJddhnF0ppUuUNJ5WtmjKl1xA7HFuQqR0ZCcEnwWqM/+AoiNFJeAAa8SkDm0m7ESfr GUBef7MKYxpUpWmKxThEK/ua66XkXNAkQE421dKb3d7RSrbFVwSsyV0+9hRuOny/oFK+ 9yiBMmid24cSO+CvjE4nnd/w7S2Rp47M9GW0esnVQh0Rtt1IHPQW4TlBcGA+zBfum+oN l36w== X-Gm-Message-State: ANoB5pmcsdxg6lioLJqGiv1zj4V8FxhH1mDFL9CKgufr3WTxeix4qzPb c3MXX/BvqhTlVJ4K8rlUg8+uS0TVRchMXfcbqg== X-Google-Smtp-Source: AA0mqf75T3/MlN/v8F0KMf9dNAGCnXIHJn2nRKqxdm9dSdsp7J3Lujazk0opxGJHMQV7fLbPfgCKCQ== X-Received: by 2002:a1c:6a01:0:b0:3cf:a895:a9cb with SMTP id f1-20020a1c6a01000000b003cfa895a9cbmr64937265wmc.96.1670304357649; Mon, 05 Dec 2022 21:25:57 -0800 (PST) Received: from takamaka.gnat.com (lfbn-reu-1-488-54.w92-130.abo.wanadoo.fr. [92.130.77.54]) by smtp.gmail.com with ESMTPSA id c124-20020a1c3582000000b003cf894dbc4fsm19451301wma.25.2022.12.05.21.25.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 05 Dec 2022 21:25:57 -0800 (PST) Received: by takamaka.gnat.com (Postfix, from userid 1000) id DE44582409; Tue, 6 Dec 2022 09:25:54 +0400 (+04) Date: Tue, 6 Dec 2022 09:25:54 +0400 From: Joel Brobecker To: Tom Tromey Cc: Joel Brobecker via Gdb-patches , Joel Brobecker Subject: Re: [branching soon!] GDB 13 release -- 2022-12-04 update Message-ID: References: <87y1rn9nq1.fsf@tromey.com> <87lenlk2d5.fsf@tromey.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87lenlk2d5.fsf@tromey.com> X-Spam-Status: No, score=-3.9 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 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: > Joel> What do you think of the following approach? Disable Windows target-async > Joel> for now, until you have a fix. That way, when I branch, it's all set, > Joel> and I can follow the standard procedure for generating the first > Joel> pre-release. Then, when we have the fix for the interrupt issue, we can > Joel> re-enable it, with the option of backporting it to the GDB 13 branch > Joel> if OK to do so. > > I found a fix today, so let's try that unless the fix looks like trouble. > If we don't want that fix, it's easy to disable async, that's a simple > patch, so I can easily do it later this week. That's even better. Thanks Tom! -- Joel