From patchwork Thu Nov 13 17:58:52 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Kratochvil X-Patchwork-Id: 3715 Received: (qmail 2478 invoked by alias); 13 Nov 2014 17:59:02 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 2382 invoked by uid 89); 13 Nov 2014 17:59:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.5 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_HELO_PASS, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 13 Nov 2014 17:59:00 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sADHwvLX021859 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 13 Nov 2014 12:58:58 -0500 Received: from host2.jankratochvil.net (ovpn-116-91.ams2.redhat.com [10.36.116.91]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id sADHwqkA009255 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NO) for ; Thu, 13 Nov 2014 12:58:56 -0500 Date: Thu, 13 Nov 2014 18:58:52 +0100 From: Jan Kratochvil To: gdb-patches@sourceware.org Subject: [doc commit] NEWS: Fix typo Message-ID: <20141113175852.GA16078@host2.jankratochvil.net> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes gdb/ChangeLog 2014-11-13 Jan Kratochvil * NEWS (maint set target-async): Fix typo. --- gdb/ChangeLog | 4 ++++ gdb/NEWS | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c6e8315..53b05b4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2014-11-13 Jan Kratochvil + + * NEWS (maint set target-async): Fix typo. + 2014-11-12 Pedro Alves * infrun.c (enum infwait_states, infwait_state): Delete. diff --git a/gdb/NEWS b/gdb/NEWS index 649c29e..d6a8b61 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -132,10 +132,10 @@ show record btrace replay-memory-access maint set target-async (on|off) maint show target-async - This controls whether GDB targets operate in syncronous or - asyncronous mode. Normally the default is asyncronous, if it is + This controls whether GDB targets operate in synchronous or + asynchronous mode. Normally the default is asynchronous, if it is available; but this can be changed to more easily debug problems - occurring only in syncronous mode. + occurring only in synchronous mode. set mi-async (on|off) show mi-async