From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x431.google.com (mail-wr1-x431.google.com [IPv6:2a00:1450:4864:20::431]) by sourceware.org (Postfix) with ESMTPS id 4F29E3853D43 for ; Fri, 9 Dec 2022 15:03:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 4F29E3853D43 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-wr1-x431.google.com with SMTP id h10so5480944wrx.3 for ; Fri, 09 Dec 2022 07:03:32 -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=bQ95gkm62xTXOEE/yxDYjdxyC9kkShx2e5wE3LiUjdI=; b=J5KrHgady9BMNs0IYTRRVAx0JYc6H2DZ8a01GPZe8gobJx0zU4IQtL80hUQy2cfcJG faiUI9AUlrxDs0JxaQr48YkmWjI/kDpqMEwHvEZyIgTVCqTZVug8pIBcpkMXiCkr11be Iby0gSlHpCI70IGC/7vE73qUXNEnDwAJDUbjQKCDr48TyLQJdKOAks429bYI/hf7Ec+8 AOn138sOoA7YmmCpgyEawqSQgQbn9078XAczDVrP2CED+Il/2YUJX7xZ5fsZLdSRHDih E3TD9aQmZ7wwYJ0OruhE93V4vXQPrttfTDcllw5DFpsVqS2mvkydYBKTjCghwDHGYZwA xW9w== 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=bQ95gkm62xTXOEE/yxDYjdxyC9kkShx2e5wE3LiUjdI=; b=1uuqncJnH8k1d8vM8Il6cdqiiF6T8ApGVMS4frBIY7MJhg2c3pZTIc2IaLB3RUqX9/ CcRphYpHcLlj9EzJdwp/pHI4WjURCBsQYhvpyWftEj5aW+7r/1m+zo0YiVryTONyzpZU Azy4l+mBlESU8Jal/ntdXpSbmhFe0kCx/fHNZ/4bnbTVrUJrsHAnTd1ecBWasxU4CsV9 JYmLQtVD3uBkizjE1XIodd5aKgVmgmfYQB2zqTMrrYSx0EEpqXrA3T5B26V1cU98/Sic shel5CABFmp9d3kk466Y1Dxsrt/0fN99brgYu4cyZ+QyvN3gYxkQJj332gGs0sk9nLr+ oh4Q== X-Gm-Message-State: ANoB5pmWndd8seiqmGBtswyOciCRhzMXSI3yW0V3SPfXj41Li5PvJSAw qR1DQm/xu7jGQUXsEky10Peq X-Google-Smtp-Source: AA0mqf4Rx1Mj4waTtgNZ+CsFySf7/LReQ7DnALiVnSxiiiEF4SQ5e6HnycgZH2ePg9DVG0ef75Qofw== X-Received: by 2002:adf:dd43:0:b0:242:3d19:644c with SMTP id u3-20020adfdd43000000b002423d19644cmr4101761wrm.7.1670598210795; Fri, 09 Dec 2022 07:03:30 -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 p12-20020a056000018c00b002420a2cdc96sm1628212wrx.70.2022.12.09.07.03.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 09 Dec 2022 07:03:29 -0800 (PST) Received: by takamaka.gnat.com (Postfix, from userid 1000) id EA58C81D0B; Fri, 9 Dec 2022 19:03:26 +0400 (+04) Date: Fri, 9 Dec 2022 19:03:26 +0400 From: Joel Brobecker To: Eli Zaretskii Cc: Joel Brobecker , luis.machado@arm.com, gdb-patches@sourceware.org, torbjorn.svensson@foss.st.com Subject: Re: [branching soon!] GDB 13 release -- 2022-12-04 update Message-ID: References: <83tu24zrn7.fsf@gnu.org> <83lengzkxo.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83lengzkxo.fsf@gnu.org> 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: > > Date: Fri, 9 Dec 2022 17:23:26 +0400 > > From: Joel Brobecker > > Cc: Luis Machado , brobecker@adacore.com, > > gdb-patches@sourceware.org, torbjorn.svensson@foss.st.com > > > > > What is the decision regarding target-async support on MS-Windows? > > > Will it be in GDB 13 or will it be deferred to GDB 14? > > > > Pending any new issues found with this feature, I think there is a very > > good chance that it'll go in GDB 13, thanks to Tom having sent some > > patches to fix the issue he's found (interrupting programs). > > But it wasn't committed yet, right? And you say you will branch > tomorrow? It hasn't no. I'm planning to wait a few extra days if necessary in order to give this fix a chance to get in on time. This will allow us to avoid a pre-release with the feature disabled, only to perhaps re-enable soon after. -- Joel