From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4329 invoked by alias); 21 Feb 2014 09:55:48 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 4251 invoked by uid 89); 21 Feb 2014 09:55:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 21 Feb 2014 09:55:47 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s1L9titC015342 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 21 Feb 2014 04:55:44 -0500 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s1L9tg39001666; Fri, 21 Feb 2014 04:55:43 -0500 Message-ID: <5307229E.90006@redhat.com> Date: Fri, 21 Feb 2014 09:55:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: Joel Brobecker CC: Sergio Durigan Junior , GDB Development Subject: Re: [URGENT] Ideas for Google Summer of Code References: <20140220073128.GA4041@adacore.com> In-Reply-To: <20140220073128.GA4041@adacore.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SW-Source: 2014-02/txt/msg00056.txt.bz2 On 02/20/2014 07:31 AM, Joel Brobecker wrote: > Thanks for doing that, Sergio! > >> - ARI revamp. This is a personal itch. I'd like to improve ARI so that >> it is more useful to us. I will about some paragraph to describe this >> task. > > What would be really useful is if we could run it as a commit hook > locally :). Or even before commit -- it would be nice if it were super easy to run the ari at any time. Something like "make check-ari". On the subject, the Linux kernel has this checkpatch.pl script that automates checking a patch for common issues. Porting that (or rewrite something along those lines) for GNU/GDB would be super neat, I think. http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/scripts/checkpatch.pl http://omappedia.org/wiki/Releasing_to_Linux_kernel_using_patches_and_emails#Checking_tools -- Pedro Alves