From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3945 invoked by alias); 28 Jan 2014 11:33:06 -0000 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 Received: (qmail 3932 invoked by uid 89); 28 Jan 2014 11:33:05 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 28 Jan 2014 11:33:04 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 4CDFD116480; Tue, 28 Jan 2014 06:33:02 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ABzyt4PJ+FKM; Tue, 28 Jan 2014 06:33:02 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id DB27F11640A; Tue, 28 Jan 2014 06:33:01 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 2451AE05A2; Tue, 28 Jan 2014 15:32:53 +0400 (RET) Date: Tue, 28 Jan 2014 11:33:00 -0000 From: Joel Brobecker To: Siva Chandra Cc: gdb-patches Subject: Re: [Patch v8] Debug methods using GDB Python Message-ID: <20140128113253.GE4101@adacore.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2014-01/txt/msg00992.txt.bz2 Hi Siva, > Attached is the latest version of the patch which adds the debug > methods feature to the GDB Python API. Changes from v7: While looking for the documentation in the patch (I missed the fact that you said this was in progress), I happen to notice that the copyright years in the copyright range are not always including 2014. Also, for those which do have 2014, the range of years should start with the year the file was first committed to medium. So if you started working on a given file the year before, the Copyright year should be 2013-2014 (please always use a single range). Thank you! -- Joel