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: Eli Zaretskii <eliz at gnu dot org>
- To: Don Breazeal <donb at codesourcery dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Thu, 07 Aug 2014 22:31:35 +0300
- 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>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> 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.