From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28281 invoked by alias); 18 Nov 2010 17:15:26 -0000 Received: (qmail 28264 invoked by uid 22791); 18 Nov 2010 17:15:25 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,TW_BL X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 18 Nov 2010 17:15:21 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 8CAD62BACA7; Thu, 18 Nov 2010 12:15:19 -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 erDU1TEG4BYE; Thu, 18 Nov 2010 12:15:19 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 06F1A2BAC9F; Thu, 18 Nov 2010 12:15:19 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 5C6B3145B6C; Thu, 18 Nov 2010 09:15:17 -0800 (PST) Date: Thu, 18 Nov 2010 17:15:00 -0000 From: Joel Brobecker To: Jan Kratochvil Cc: Thiago Jung Bauermann , Pedro Alves , gdb-patches@sourceware.org Subject: Re: [patch] renaming: bp_location: b->bl &co. [Re: [patch 1/2] Convert hardware watchpoints to use breakpoint_ops] Message-ID: <20101118171517.GC2634@adacore.com> References: <1282074071.2606.702.camel@hactar> <201010161843.43062.pedro@codesourcery.com> <1287534691.2686.17.camel@hactar> <20101116040625.GB19243@host0.dyn.jankratochvil.net> <20101116080721.GC4434@adacore.com> <20101116185101.GA32061@host0.dyn.jankratochvil.net> <20101117034556.GA12159@host0.dyn.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101117034556.GA12159@host0.dyn.jankratochvil.net> User-Agent: Mutt/1.5.20 (2009-06-14) 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: 2010-11/txt/msg00237.txt.bz2 > gdb/ > 2010-11-17 Jan Kratochvil > > Code cleanup - renaming. > * breakpoint.c: Use bl for `*bp_location' variables, blp_tmp for > `**bp_location' helper variables, b_tmp for `*breakpoint' helper > variables. Just for the record, I did a quick scan of this one. Looks good to me. -- Joel