From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id 5A520383AB6F for ; Fri, 9 Dec 2022 14:55:12 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 5A520383AB6F Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gnu.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gnu.org Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p3emI-0003IR-9N; Fri, 09 Dec 2022 09:55:10 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=tZ6MgJqKmrJMHgCEf6eIlPTvD5gvFTMLWRpgBL/nl74=; b=GAERSH9qlL0d vEqPJU4f0sjVueoz/wqE9DfG1WBvrnedDjZXMt2aV9/fwxxbvzqqfOmEgGeLEUWYV0lXxYL2YC/B0 Q+9En/i2u6LUs4QMFUFQ3UxV+ICPiQsrLd87dEa3sM2fgH/JMvsTyheug6+XPbWPbRkUbdkIBFBbl kJVA7qzLymiVcP1oEiZP0cz18eTTYlIBRtHPy6XMNOUoinbCziOGN2pQu9KJC+dg5Zkea9HEHGzNd NHRSzzpNB1c9Jxm4xLo8ydW34cgndKQZiO6xKh99nleWHOwmT/TheXPecF9oPLY8JkWtDfeWr9gLj 3PyVpfhxERs1gcpHK9meww==; Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p3emH-0006FU-FM; Fri, 09 Dec 2022 09:55:05 -0500 Date: Fri, 09 Dec 2022 16:54:59 +0200 Message-Id: <83lengzkxo.fsf@gnu.org> From: Eli Zaretskii To: Joel Brobecker Cc: luis.machado@arm.com, brobecker@adacore.com, gdb-patches@sourceware.org, torbjorn.svensson@foss.st.com In-Reply-To: (message from Joel Brobecker on Fri, 9 Dec 2022 17:23:26 +0400) Subject: Re: [branching soon!] GDB 13 release -- 2022-12-04 update References: <83tu24zrn7.fsf@gnu.org> X-Spam-Status: No, score=1.9 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_BARRACUDACENTRAL,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Level: * 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?