From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3254 invoked by alias); 24 May 2014 07:03:13 -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 3244 invoked by uid 89); 24 May 2014 07:03:12 -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,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout25.012.net.il Received: from mtaout25.012.net.il (HELO mtaout25.012.net.il) (80.179.55.181) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 24 May 2014 07:03:10 +0000 Received: from conversion-daemon.mtaout25.012.net.il by mtaout25.012.net.il (HyperSendmail v2007.08) id <0N6200100FMKTL00@mtaout25.012.net.il> for gdb-patches@sourceware.org; Sat, 24 May 2014 09:59:57 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout25.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N6200311GRXZQ40@mtaout25.012.net.il>; Sat, 24 May 2014 09:59:57 +0300 (IDT) Date: Sat, 24 May 2014 07:03:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH v6 2/2] enable target async by default; separate MI and target notions of async In-reply-to: <1400878753-24688-3-git-send-email-palves@redhat.com> To: Pedro Alves Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83fvjzlkua.fsf@gnu.org> References: <1400878753-24688-1-git-send-email-palves@redhat.com> <1400878753-24688-3-git-send-email-palves@redhat.com> X-IsSubscribed: yes X-SW-Source: 2014-05/txt/msg00614.txt.bz2 > From: Pedro Alves > Date: Fri, 23 May 2014 21:59:13 +0100 > > This finally makes background execution commands possible by default. Thanks. > +Note: In previous @value{GDBN} versions this option was called It is best to state here the last GDB version where that was true, as in In @value{GDBN} version X.YZ and earlier, this option was called ... That's because "previous versions" is a relative reference, which will be inaccurate in the version after the one where this text will be included. The documentation parts are OK with this fixed.