From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 59510 invoked by alias); 30 Jun 2016 16:23:55 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 59498 invoked by uid 89); 30 Jun 2016 16:23:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=EVENTID, eventid, HX-HELO:eggs.gnu.org, Hx-spam-relays-external:208.118.235.92 X-HELO: eggs.gnu.org Received: from eggs.gnu.org (HELO eggs.gnu.org) (208.118.235.92) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Thu, 30 Jun 2016 16:23:53 +0000 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bIekm-0006Xx-6o for gdb-patches@sourceware.org; Thu, 30 Jun 2016 12:23:51 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:42449) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIekm-0006WQ-3b; Thu, 30 Jun 2016 12:23:48 -0400 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:4649 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bIekj-0006cV-Bq; Thu, 30 Jun 2016 12:23:46 -0400 Date: Thu, 30 Jun 2016 16:23:00 -0000 Message-Id: <83inwqve6d.fsf@gnu.org> From: Eli Zaretskii To: LRN CC: gdb-patches@sourceware.org In-reply-to: (message from LRN on Thu, 30 Jun 2016 18:44:28 +0300) Subject: Re: [Bug win32/14529] Make gdb capable of JIT-debugging on W32 Reply-to: Eli Zaretskii References: <503E575D.1000608@gmail.com> <506A1DB5.60901@gmail.com> <20121002124819.GB3028@adacore.com> <506AE4C6.9010304@gmail.com> <4be546e0-7811-6f51-e5a4-d441e8a9d16a@gmail.com> <83oa6ivgve.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-IsSubscribed: yes X-SW-Source: 2016-06/txt/msg00555.txt.bz2 > From: LRN > Date: Thu, 30 Jun 2016 18:44:28 +0300 > > > Thanks. The documentation change is approved, but please include a > > NEWS entry, and also please show the ChangeLog entries for the > > changes. > > > Attached the NEWS and ChangeLog patches. Thanks, but please format the ChangeLog entries according to our coding standards. You should be able to see many examples in the repository. The NEWS entry is OK, but this sentence: > +signal-event EVENTID > + Signal ("set") given Windows event object. lacks "the". IOW, say "Signal the given Windows event object."