This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Another annotation for threads
- From: Eli Zaretskii <eliz at gnu dot org>
- To: Nick Roberts <nickrob at snap dot net dot nz>
- Cc: gdb-patches at sources dot redhat dot com
- Date: Wed, 21 May 2008 06:25:37 +0300
- Subject: Re: [PATCH] Another annotation for threads
- References: <18483.36546.101715.670386@kahikatea.snap.net.nz>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> From: Nick Roberts <nickrob@snap.net.nz>
> Date: Wed, 21 May 2008 14:53:54 +1200
>
> In the doc patch, I've used @r{, annotation} with findex but I don't know what
> all this does as annotate.texinfo doesn't appear to have a function index.
That's a bug created when we stopped @include-ing annotate.texinfo in
gdb.texinfo: there's no index in annotate.info at all. Thanks for
catching this; I will fix it soon. annotate.texinfo uses @findex
extensively, so it's not like you are introducing a new problem here.
> If this patch is OK, I will submit a similar one for MI using an observer.
This part is OK:
> 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
>
> * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
> annotation.
Thanks.