From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6278 invoked by alias); 20 May 2008 18:08:06 -0000 Received: (qmail 6164 invoked by uid 22791); 20 May 2008 18:08:04 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout2.012.net.il (HELO mtaout2.012.net.il) (84.95.2.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 20 May 2008 18:07:38 +0000 Received: from HOME-C4E4A596F7 ([84.228.202.83]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K160099DJ0XN1A2@i_mtaout2.012.net.il> for gdb-patches@sources.redhat.com; Tue, 20 May 2008 21:22:14 +0300 (IDT) Date: Tue, 20 May 2008 22:21:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] New annotation for threads In-reply-to: <20080520035226.GA4669@adacore.com> X-012-Sender: halo1@inter.net.il To: Joel Brobecker Cc: nickrob@snap.net.nz, 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> <18478.48682.13900.951343@kahikatea.snap.net.nz> <18479.62120.536436.427524@kahikatea.snap.net.nz> <20080520035226.GA4669@adacore.com> 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/msg00607.txt.bz2 > Date: Mon, 19 May 2008 20:52:26 -0700 > From: Joel Brobecker > Cc: Eli Zaretskii , gdb-patches@sources.redhat.com > > > 2008-05-18 Nick Roberts > > > > * annotate.c (annotate_new_thread): New function for new-thread > > annotation. > > > > * annotate.h: (annotate_new_thread): New extern. > > > > * thread.c (add_thread_with_info): Use it. > > > > * Makefile.in (thread.o): Add dependency on annotate.h. > > (note sure if the empty lines between each entry was intended - just > make sure to remove them when entering this in the ChangeLog). Those empty lines are the canonical ChangeLog format as Emacs generates it: each file has an empty line before its first entry. Why do you want Nick to remove them?