From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30081 invoked by alias); 17 May 2014 07:32:18 -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 30066 invoked by uid 89); 17 May 2014 07:32:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout22.012.net.il Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 17 May 2014 07:32:15 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0N5P00K00JKM8P00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Sat, 17 May 2014 10:32:12 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N5P00KBMJLO2B30@a-mtaout22.012.net.il>; Sat, 17 May 2014 10:32:12 +0300 (IDT) Date: Sat, 17 May 2014 07:32:00 -0000 From: Eli Zaretskii Subject: Re: gdb.texinfo patch In-reply-to: <11986.1400176553@usendtaylorx2l> To: David Taylor Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83lhu0eu80.fsf@gnu.org> References: <10463.1400167510@usendtaylorx2l> <83y4y3lz2z.fsf@gnu.org> <11986.1400176553@usendtaylorx2l> X-IsSubscribed: yes X-SW-Source: 2014-05/txt/msg00316.txt.bz2 > cc: "gdb-patches@sourceware.org" > Date: Thu, 15 May 2014 13:55:53 -0400 > From: David Taylor > > 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.