From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2112 invoked by alias); 21 Aug 2003 18:10:21 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 2069 invoked from network); 21 Aug 2003 18:10:20 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 21 Aug 2003 18:10:20 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu-dmz.redhat.com [172.16.52.200]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h7LIAJl27513 for ; Thu, 21 Aug 2003 14:10:19 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h7LIAIL15537; Thu, 21 Aug 2003 14:10:18 -0400 Received: from redhat.com (reddwarf.sfbay.redhat.com [172.16.24.50]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id h7LIAHO21100; Thu, 21 Aug 2003 11:10:17 -0700 Message-ID: <3F450B09.1050604@redhat.com> Date: Thu, 21 Aug 2003 18:10:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrew Cagney CC: "Newman, Mark (N-Superior Technical Resource Inc)" , gdb-patches@sources.redhat.com Subject: Re: FW: bug ???? References: <3F3D2499.4090904@redhat.com> <3F44E502.1040504@redhat.com> In-Reply-To: <3F44E502.1040504@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-08/txt/msg00369.txt.bz2 Andrew Cagney wrote: >> 2003-08-15 Mark Newman >> >> * tracepoint.c (trace_dump_command): Trace break address >> is subject to DECR_PC_AFTER_BREAK. > > > Michael, > > I'd use a change log like: > > YYYY-MM-DD Michael Snyder ... > > * tracepoint.c (..): ... > Problem reported by Mark Newman. > > so that it more exactly reflects the fact that you, and not Mark, made > the change (while still giving due credit) (this makes auditing much > much easier). So changed and committed.