From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10105 invoked by alias); 15 May 2014 17:56:24 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 10093 invoked by uid 89); 15 May 2014 17:56:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mexforward.lss.emc.com Received: from mailuogwhop.emc.com (HELO mexforward.lss.emc.com) (168.159.213.141) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Thu, 15 May 2014 17:56:22 +0000 Received: from hop04-l1d11-si01.isus.emc.com (hop04-l1d11-si01.isus.emc.com [10.254.111.54]) by mexforward.lss.emc.com (Switch-3.4.3/Switch-3.4.3) with ESMTP id s4FHuEfe028410 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 15 May 2014 13:56:17 -0400 Received: from mailhub.lss.emc.com (mailhubhoprd01.lss.emc.com [10.254.221.251]) by hop04-l1d11-si01.isus.emc.com (RSA Interceptor); Thu, 15 May 2014 13:55:56 -0400 Received: from usendtaylorx2l.lss.emc.com (usendtaylorx2l.lss.emc.com [10.243.10.188]) by mailhub.lss.emc.com (Switch-3.4.3/Switch-3.4.3) with ESMTP id s4FHtsF8031917; Thu, 15 May 2014 13:55:55 -0400 Received: by usendtaylorx2l.lss.emc.com (Postfix, from userid 26043) id 8957B5C9FB0; Thu, 15 May 2014 13:55:53 -0400 (EDT) Received: from usendtaylorx2l (localhost [127.0.0.1]) by usendtaylorx2l.lss.emc.com (Postfix) with ESMTP id 078105C8ED7; Thu, 15 May 2014 13:55:53 -0400 (EDT) To: Eli Zaretskii cc: "gdb-patches@sourceware.org" Subject: Re: gdb.texinfo patch In-reply-to: <83y4y3lz2z.fsf@gnu.org> References: <10463.1400167510@usendtaylorx2l> <83y4y3lz2z.fsf@gnu.org> Comments: In-reply-to Eli Zaretskii message dated "Thu, 15 May 2014 13:40:52 -0400." Date: Thu, 15 May 2014 17:56:00 -0000 Message-ID: <11986.1400176553@usendtaylorx2l> From: David Taylor X-EMM-MHVC: 1 X-RSA-Classifications: public X-IsSubscribed: yes X-SW-Source: 2014-05/txt/msg00254.txt.bz2 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