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 D4FF33858C39 for ; Wed, 3 Aug 2022 19:17:47 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D4FF33858C39 Received: from fencepost.gnu.org ([2001:470:142:3::e]:53496) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oJJsJ-0004OC-EN; Wed, 03 Aug 2022 15:17:47 -0400 Received: from [87.69.77.57] (port=2961 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 1oJJsI-000578-Uk; Wed, 03 Aug 2022 15:17:47 -0400 Date: Wed, 03 Aug 2022 22:17:41 +0300 Message-Id: <83tu6t3zmy.fsf@gnu.org> From: Eli Zaretskii To: Tom Tromey Cc: gdb-patches@sourceware.org In-Reply-To: <87h72tgnt9.fsf@tromey.com> (message from Tom Tromey on Wed, 03 Aug 2022 12:54:42 -0600) Subject: Re: [PATCH 0/2] Implement target async for Windows References: <20220803130822.735057-1-tromey@adacore.com> <838ro55u2k.fsf@gnu.org> <87h72tgnt9.fsf@tromey.com> X-Spam-Status: No, score=-7.3 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_BARRACUDACENTRAL, 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 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: Wed, 03 Aug 2022 19:17:48 -0000 > From: Tom Tromey > Cc: Tom Tromey , gdb-patches@sourceware.org > Date: Wed, 03 Aug 2022 12:54:42 -0600 > > Eli> Thanks. I think this is important enough to be in NEWS. > > How about this? > > diff --git a/gdb/NEWS b/gdb/NEWS > index 8c837df76e5..66ec883d782 100644 > --- a/gdb/NEWS > +++ b/gdb/NEWS > @@ -55,6 +55,8 @@ > Python Pygments is still used. For supported targets, libopcodes > styling is used by default. > > +* The Windows native target now supports target async. > + > * New commands > > maintenance set ignore-prologue-end-flag on|off > This is fine, thanks.