From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31161 invoked by alias); 4 Jul 2008 10:55:23 -0000 Received: (qmail 31153 invoked by uid 22791); 4 Jul 2008 10:55:22 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 04 Jul 2008 10:55:05 +0000 Received: (qmail 29503 invoked from network); 4 Jul 2008 10:23:46 -0000 Received: from unknown (HELO orlando.local) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 4 Jul 2008 10:23:46 -0000 From: Pedro Alves To: teawater Subject: Re: GDB record patch 0.1.6 for GDB branch msnyder-reverse-20080609-branch release Date: Fri, 04 Jul 2008 10:55:00 -0000 User-Agent: KMail/1.9.9 Cc: gdb-patches@sourceware.org References: <200807031442.41033.pedro@codesourcery.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200807041141.23109.pedro@codesourcery.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-07/txt/msg00055.txt.bz2 On Friday 04 July 2008 07:04:53, teawater wrote: > BTW, I use "indent -gnu xxx.c" to deal with format case. How do you > think about it? Fine to use once in your new files. Not so nice on existing files which you are also changing, otherwise, you'll get what I was asking not to have (spurious formatting changes). Note that it only takes care of indentation, it doesn't take care of extra braces and parenthesis. -- Pedro Alves