gdb.texinfo patch

Eli Zaretskii eliz@gnu.org
Sat May 17 07:32:00 GMT 2014


> cc: "gdb-patches@sourceware.org" <gdb-patches@sourceware.org>
> Date: Thu, 15 May 2014 13:55:53 -0400
> From: David Taylor <dtaylor@emc.com>
> 
> Here's the revised patch:
> 
> *** gdb.texinfo.~1.1.1.2.~	2014-02-18 10:36:03.000000000 -0500
> --- gdb.texinfo	2014-05-15 13:50:23.000205000 -0400
> ***************
> *** 39082,39087 ****
> --- 39083,39094 ----
>   Refer to @ref{thread-id syntax}, for the format of the @var{thread-id}
>   fields.
>   
> + @emph{Note: @value{GDBN} will send the @code{qfThreadInfo} query during the
> + initial connection with the remote target and the very first thread ID
> + mentioned in the reply will be stopped by @value{GDBN} in a subsequent
> + message.  Therefore the stub should ensure that the first thread ID in
> + the @code{qfThreadInfo} reply is suitable for being stopped by @value{GDBN}.}
> + 
>   @item qGetTLSAddr:@var{thread-id},@var{offset},@var{lm}
>   @cindex get thread-local storage address, remote request
>   @cindex @samp{qGetTLSAddr} packet

Thanks, I pushed this in your name.



More information about the Gdb-patches mailing list