From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11518 invoked by alias); 6 Nov 2002 23:56:06 -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 11510 invoked from network); 6 Nov 2002 23:56:05 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 6 Nov 2002 23:56:05 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 4686D3CC5; Wed, 6 Nov 2002 18:56:07 -0500 (EST) Message-ID: <3DC9AC16.90001@redhat.com> Date: Wed, 06 Nov 2002 15:56:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Scott Moser Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] plugin patch References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-11/txt/msg00147.txt.bz2 Scott, Just a side note, in case you're planning on contributing further patches: GDB follows the GNU coding standard: http://www.gnu.org/prep/standards_toc.html In addition, GDB has a number of additional conventions: http://sources.redhat.com/gdb/current/onlinedocs/gdbint_13.html#SEC110 Some of these are checked mechanically: http://sources.redhat.com/gdb/current/ari/ (You'll note that it is reporting some file name violations :-( ). Andrew