From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24684 invoked by alias); 21 May 2008 03:26:22 -0000 Received: (qmail 24671 invoked by uid 22791); 21 May 2008 03:26:21 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout4.012.net.il (HELO mtaout4.012.net.il) (84.95.2.10) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 21 May 2008 03:25:52 +0000 Received: from HOME-C4E4A596F7 ([84.228.202.83]) by i_mtaout4.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K17003408V3KV62@i_mtaout4.012.net.il> for gdb-patches@sources.redhat.com; Wed, 21 May 2008 06:40:15 +0300 (IDT) Date: Wed, 21 May 2008 08:54:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] Another annotation for threads In-reply-to: <18483.36546.101715.670386@kahikatea.snap.net.nz> X-012-Sender: halo1@inter.net.il To: Nick Roberts Cc: gdb-patches@sources.redhat.com Reply-to: Eli Zaretskii Message-id: References: <18483.36546.101715.670386@kahikatea.snap.net.nz> 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: 2008-05/txt/msg00622.txt.bz2 > From: Nick Roberts > 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 > > * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed > annotation. Thanks.