From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 75393 invoked by alias); 10 Apr 2015 17:56:30 -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 75372 invoked by uid 89); 10 Apr 2015 17:56:30 -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: mtaout21.012.net.il Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 10 Apr 2015 17:56:27 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0NML00600Q2L9V00@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Fri, 10 Apr 2015 20:56:25 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NML0065DR60AW10@a-mtaout21.012.net.il>; Fri, 10 Apr 2015 20:56:25 +0300 (IDT) Date: Fri, 10 Apr 2015 17:56:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH v7 7/7] Extended-remote follow fork documentation In-reply-to: <1428685786-18094-8-git-send-email-donb@codesourcery.com> To: Don Breazeal Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83wq1jsw8m.fsf@gnu.org> References: <1428685786-18094-1-git-send-email-donb@codesourcery.com> <1428685786-18094-8-git-send-email-donb@codesourcery.com> X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00403.txt.bz2 > From: Don Breazeal > Date: Fri, 10 Apr 2015 10:09:46 -0700 > > This patch contains the accumulated documentation changes for the > rest of the extended-remote follow fork patchset. Thanks. > gdb/NEWS | 24 ++++++++++++++++ This part is OK. > +@cindex fork events, remote reply > +@item fork > +The packet indicates that @code{fork} was called, and @var{r} What does that @var{r} refer to? The previous text mentions @var{n}:@var{r} pairs, but there's no @var{n} in this description, so it doesn't seem to fit. What am I missing? > +shared. The @var{r} part is ignored. This packet is only ^^ Two spaces. OK with those fixed.