This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: gdb.texinfo patch
- From: David Taylor <dtaylor at emc dot com>
- To: Eli Zaretskii <eliz at gnu dot org>
- Cc: "gdb-patches at sourceware dot org" <gdb-patches at sourceware dot org>
- Date: Thu, 15 May 2014 13:55:53 -0400
- Subject: Re: gdb.texinfo patch
- Authentication-results: sourceware.org; auth=none
- References: <10463 dot 1400167510 at usendtaylorx2l> <83y4y3lz2z dot fsf at gnu dot org>
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