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 v7 7/7] Extended-remote follow fork documentation


On 04/10/2015 09:43 PM, Don Breazeal wrote:

>  @tab @code{hbreak}
>  
> +@item @code{fork-event-feature}
> +@tab @code{fork stop reason}
> +@tab @code{fork}
> +
> +@item @code{vfork-event-feature}
> +@tab @code{vfork stop reason}
> +@tab @code{vfork}
> +
>  @end multitable
>  
>  @node Remote Stub
> @@ -35286,6 +35297,45 @@ The @var{r} part must be left empty.
>  
>  The same remarks about @samp{qSupported} and non-stop mode above
>  apply.
> +
> +@cindex fork events, remote reply
> +@item fork
> +The packet indicates that @code{fork} was called, and @var{r}
> +is the ptid of the new child process.  This packet is only

I don't think we document what a ptid is --- that's an internal
gdb implementation detail.  This should probably say that it's the
thread id of the new child process, and cross reference
to "thread-id syntax".

> +applicable to targets that support fork events.

Thanks,
Pedro Alves


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