From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 74925 invoked by alias); 7 Apr 2015 10:01:43 -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 74913 invoked by uid 89); 7 Apr 2015 10:01:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout20.012.net.il Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 07 Apr 2015 10:01:41 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0NMF00300L4CF200@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Tue, 07 Apr 2015 13:01:37 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NMF003KZL6OCI50@a-mtaout20.012.net.il>; Tue, 07 Apr 2015 13:01:37 +0300 (IDT) Date: Tue, 07 Apr 2015 10:01:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH 12/17] Implement all-stop on top of a target running non-stop mode In-reply-to: <5523A8B6.9060602@redhat.com> To: Pedro Alves Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83wq1oi7ef.fsf@gnu.org> References: <1427926454-16431-1-git-send-email-palves@redhat.com> <1427926454-16431-13-git-send-email-palves@redhat.com> <83fv8ir302.fsf@gnu.org> <5523A8B6.9060602@redhat.com> X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00191.txt.bz2 > Date: Tue, 07 Apr 2015 10:51:50 +0100 > From: Pedro Alves > CC: gdb-patches@sourceware.org > > > What about NEWS? > > How about this? > > gdb/ChangeLog: > 2015-04-07 Pedro Alves > > * NEWS: Mention "maint set/show target-non-stop". > (...) > > gdb/doc/ChangeLog: > 2015-04-07 Pedro Alves > > * gdb.texinfo (Maintenance Commands): Document "maint set/show > target-non-stop". > > diff --git c/gdb/NEWS w/gdb/NEWS > index cd7c2b3..1526528 100644 > --- c/gdb/NEWS > +++ w/gdb/NEWS > @@ -41,6 +41,12 @@ maint print symbol-cache-statistics > maint flush-symbol-cache > Flush the contents of the symbol cache. > > +maint set target-non-stop (on|off|auto) > +maint show target-non-stop > + Control whether GDB targets always operate in non-stop mode even if > + "set non-stop" is "off". The default is "auto", meaning this is > + enabled if supported by the target. > + LGTM, except that maybe replace "this" by "non-stop mode", to be more clear. Thanks.