This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: gdb.texinfo patch
- From: Eli Zaretskii <eliz at gnu dot org>
- To: David Taylor <dtaylor at emc dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Sat, 17 May 2014 10:32:15 +0300
- Subject: Re: gdb.texinfo patch
- Authentication-results: sourceware.org; auth=none
- References: <10463 dot 1400167510 at usendtaylorx2l> <83y4y3lz2z dot fsf at gnu dot org> <11986 dot 1400176553 at usendtaylorx2l>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> 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.