This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 10/10] Extended-remote fork event documentation
- From: "Breazeal, Don" <donb at codesourcery dot com>
- To: Eli Zaretskii <eliz at gnu dot org>
- Cc: gdb-patches at sourceware dot org
- Date: Fri, 08 Aug 2014 08:35:13 -0700
- Subject: Re: [PATCH 10/10] Extended-remote fork event documentation
- Authentication-results: sourceware.org; auth=none
- References: <1407434395-19089-1-git-send-email-donb at codesourcery dot com> <1407434395-19089-11-git-send-email-donb at codesourcery dot com> <83tx5om6zs dot fsf at gnu dot org>
On 8/7/2014 12:31 PM, Eli Zaretskii wrote:
>> From: Don Breazeal <donb@codesourcery.com>
>> 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