From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17136 invoked by alias); 7 Aug 2014 19:31:26 -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 17120 invoked by uid 89); 7 Aug 2014 19:31:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout26.012.net.il Received: from mtaout26.012.net.il (HELO mtaout26.012.net.il) (80.179.55.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 07 Aug 2014 19:31:23 +0000 Received: from conversion-daemon.mtaout26.012.net.il by mtaout26.012.net.il (HyperSendmail v2007.08) id <0N9Y00900AU0GD00@mtaout26.012.net.il> for gdb-patches@sourceware.org; Thu, 07 Aug 2014 22:30:06 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout26.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N9Y0016WBI555A0@mtaout26.012.net.il>; Thu, 07 Aug 2014 22:30:06 +0300 (IDT) Date: Thu, 07 Aug 2014 19:31:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH 10/10] Extended-remote fork event documentation In-reply-to: <1407434395-19089-11-git-send-email-donb@codesourcery.com> To: Don Breazeal Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83tx5om6zs.fsf@gnu.org> References: <1407434395-19089-1-git-send-email-donb@codesourcery.com> <1407434395-19089-11-git-send-email-donb@codesourcery.com> X-IsSubscribed: yes X-SW-Source: 2014-08/txt/msg00157.txt.bz2 > From: Don Breazeal > Date: Thu, 7 Aug 2014 10:59:55 -0700 > > This patch adds documentation for fork events on extended-remote linux targets in the gdb manual and the NEWS file. Thanks, this patch is OK, with these two gotchas: > +T Stop Reply Packet's reason > + The T stop reply packet supports new stop reasons 'fork', 'vfork' > + and 'vforkdone'. The 'fork' and 'vfork' reasons signify that the ^^ Two spaces, please. > +@cindex vforkdone events, remote reply > +@item vforkdone > +The packet indicates that a child process created by a vfork > +has either called @code{exec} or terminated, so that the > +address spaces of the parent and child process are no longer > +shared. The @var{r} part is ignored. This packet is only ^^ And here.