This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 10/10] Extended-remote fork event documentation


> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]