From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 107849 invoked by alias); 10 Apr 2015 18:15: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 107834 invoked by uid 89); 10 Apr 2015 18:15:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 10 Apr 2015 18:15:42 +0000 Received: from svr-orw-fem-06.mgc.mentorg.com ([147.34.97.120]) by relay1.mentorg.com with esmtp id 1YgdSs-0004l6-A3 from Don_Breazeal@mentor.com ; Fri, 10 Apr 2015 11:15:38 -0700 Received: from [172.30.0.183] (147.34.91.1) by svr-orw-fem-06.mgc.mentorg.com (147.34.97.120) with Microsoft SMTP Server (TLS) id 14.3.224.2; Fri, 10 Apr 2015 11:15:38 -0700 Message-ID: <55281342.1050901@codesourcery.com> Date: Fri, 10 Apr 2015 18:15:00 -0000 From: "Breazeal, Don" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Eli Zaretskii , "Breazeal, Don" CC: "gdb-patches@sourceware.org" Subject: Re: [PATCH v7 7/7] Extended-remote follow fork documentation References: <1428685786-18094-1-git-send-email-donb@codesourcery.com> <1428685786-18094-8-git-send-email-donb@codesourcery.com> <83wq1jsw8m.fsf@gnu.org> In-Reply-To: <83wq1jsw8m.fsf@gnu.org> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00406.txt.bz2 On 4/10/2015 10:56 AM, Eli Zaretskii wrote: >> From: Don Breazeal >> Date: Fri, 10 Apr 2015 10:09:46 -0700 >> > >> +@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}, 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. Thanks --Don