From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26187 invoked by alias); 1 Apr 2010 16:58:00 -0000 Received: (qmail 26152 invoked by uid 22791); 1 Apr 2010 16:57:57 -0000 X-SWARE-Spam-Status: No, hits=-1.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 01 Apr 2010 16:57:51 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0L0700100IVURW00@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Thu, 01 Apr 2010 19:56:21 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.124.92.42]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L07000PCJ1SR140@a-mtaout21.012.net.il>; Thu, 01 Apr 2010 19:56:21 +0300 (IDT) Date: Thu, 01 Apr 2010 16:58:00 -0000 From: Eli Zaretskii Subject: Re: [PING][RFC-v4] Add windows OS Thread Information Block In-reply-to: <003c01cad1b6$d69e44b0$83dace10$%muller@ics-cnrs.unistra.fr> To: Pierre Muller Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <831vezxgb2.fsf@gnu.org> References: <000901c9f5ef$4ee06f10$eca14d30$@u-strasbg.fr> <201003101725.48298.pedro@codesourcery.com> <000c01cac0a0$3935fbe0$aba1f3a0$%muller@ics-cnrs.unistra.fr> <201003110000.31184.pedro@codesourcery.com> <002101cac0f2$a2298890$e67c99b0$%muller@ics-cnrs.unistra.fr> <000e01cac488$27dcf970$7796ec50$%muller@ics-cnrs.unistra.fr> <001201cad17f$6a058980$3e109c80$%muller@ics-cnrs.unistra.fr> <838w97xpui.fsf@gnu.org> <003c01cad1b6$d69e44b0$83dace10$%muller@ics-cnrs.unistra.fr> X-IsSubscribed: yes 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 X-SW-Source: 2010-04/txt/msg00022.txt.bz2 > From: "Pierre Muller" > Cc: > Date: Thu, 1 Apr 2010 18:17:34 +0200 > > > The variable @code{$_tlb} is automatically set when debugging > > applications running on MS-Windows in native mode or connected to > > gdbserver that supports the @code{qGetTIBAddr} request. > > > > Please also add an @xref to where the qGetTIBAddr packet is > > described. > > The node I found is called "General Query Packets", should I refer > to this general section, or add a new node just for qGetTIBAddr? No need for a new node, you can use @anchor instead, to point an @xref to any arbitrary place. We already do that in other places in the manual. Okay with that change.