From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19380 invoked by alias); 10 Apr 2015 18:29:36 -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 19317 invoked by uid 89); 10 Apr 2015 18:29:36 -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: mtaout22.012.net.il Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 10 Apr 2015 18:29:34 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0NML00L00SJPZQ00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Fri, 10 Apr 2015 21:29:31 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NML00L59SP7UU30@a-mtaout22.012.net.il>; Fri, 10 Apr 2015 21:29:31 +0300 (IDT) Date: Fri, 10 Apr 2015 18:29:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH v7 7/7] Extended-remote follow fork documentation In-reply-to: <55281342.1050901@codesourcery.com> To: "Breazeal, Don" Cc: Don_Breazeal@mentor.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83r3rrsupf.fsf@gnu.org> References: <1428685786-18094-1-git-send-email-donb@codesourcery.com> <1428685786-18094-8-git-send-email-donb@codesourcery.com> <83wq1jsw8m.fsf@gnu.org> <55281342.1050901@codesourcery.com> X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00410.txt.bz2 > Date: Fri, 10 Apr 2015 11:15:30 -0700 > From: "Breazeal, Don" > CC: "gdb-patches@sourceware.org" > > >> +@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? > > Maybe I'm the one who is missing something. I thought that the @var{n} > was implied by '@item fork', because of this text above: > > If @var{n} is a recognized @dfn{stop reason}, Sheesh! 2 pages ago... > In this case @var{n} is a stop reason. Subsequently '@item fork' is in > this table: > > The currently defined stop reasons are: > > @table @samp > > I pretty much just copied what had been done for shared library events > in the same table. Should I do this differently? I see that swbreak > and hwbreak aren't the same as the other items. Never mind, let's leave it as it is. Thanks.