This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PING][RFC-v4] Add windows OS Thread Information Block
- From: Eli Zaretskii <eliz at gnu dot org>
- To: Pierre Muller <pierre dot muller at ics-cnrs dot unistra dot fr>
- Cc: gdb-patches at sourceware dot org
- Date: Thu, 01 Apr 2010 19:56:17 +0300
- Subject: Re: [PING][RFC-v4] Add windows OS Thread Information Block
- 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>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> From: "Pierre Muller" <pierre.muller@ics-cnrs.unistra.fr>
> Cc: <gdb-patches@sourceware.org>
> 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.