From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20450 invoked by alias); 8 Aug 2014 15:35:19 -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 20436 invoked by uid 89); 8 Aug 2014 15:35:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00 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, 08 Aug 2014 15:35:18 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1XFmCI-0005jQ-Ds from donb@codesourcery.com ; Fri, 08 Aug 2014 08:35:14 -0700 Received: from [127.0.0.1] ([172.30.6.244]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 8 Aug 2014 08:35:14 -0700 Message-ID: <53E4EE31.2050607@codesourcery.com> Date: Fri, 08 Aug 2014 15:35:00 -0000 From: "Breazeal, Don" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Eli Zaretskii CC: gdb-patches@sourceware.org Subject: Re: [PATCH 10/10] Extended-remote fork event documentation References: <1407434395-19089-1-git-send-email-donb@codesourcery.com> <1407434395-19089-11-git-send-email-donb@codesourcery.com> <83tx5om6zs.fsf@gnu.org> In-Reply-To: <83tx5om6zs.fsf@gnu.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-08/txt/msg00169.txt.bz2 On 8/7/2014 12:31 PM, Eli Zaretskii wrote: >> 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. > Thank you, Eli. I will take care of these. --Don