From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15820 invoked by alias); 2 May 2008 10:41:15 -0000 Received: (qmail 15810 invoked by uid 22791); 2 May 2008 10:41:15 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout7.012.net.il (HELO mtaout7.012.net.il) (84.95.2.19) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 02 May 2008 10:40:55 +0000 Received: from HOME-C4E4A596F7 ([84.229.228.217]) by i-mtaout7.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0K0800CD1KVTI8E0@i-mtaout7.012.net.il> for gdb-patches@sources.redhat.com; Fri, 02 May 2008 13:23:54 +0300 (IDT) Date: Fri, 02 May 2008 10:41:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] New annotation for threads In-reply-to: <18458.23326.25887.70597@kahikatea.snap.net.nz> X-012-Sender: halo1@inter.net.il To: Nick Roberts Cc: brobecker@adacore.com, gdb-patches@sources.redhat.com Reply-to: Eli Zaretskii Message-id: References: <18440.29531.916381.569346@kahikatea.snap.net.nz> <20080429023735.GD841@adacore.com> <18454.43094.168458.742737@kahikatea.snap.net.nz> <20080501181758.GD3801@adacore.com> <18458.21177.959458.278174@kahikatea.snap.net.nz> <20080501233703.GF3801@adacore.com> <18458.23326.25887.70597@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/msg00064.txt.bz2 > From: Nick Roberts > Date: Fri, 2 May 2008 12:06:54 +1200 > Cc: gdb-patches@sources.redhat.com > > 2008-05-02 Nick Roberts > > * annotate.c: Include observer.h. > (annotate_new_thread): New function > (_initialize_annotate): Register it in the new_thread observer. Thanks, but please add a corresponding bit to the user manual. The existing annotations are described there.