From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19323 invoked by alias); 4 May 2010 23:32:06 -0000 Received: (qmail 19314 invoked by uid 22791); 4 May 2010 23:32:05 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 04 May 2010 23:32:01 +0000 Received: (qmail 5847 invoked from network); 4 May 2010 23:32:00 -0000 Received: from unknown (HELO macbook-2.local) (stan@127.0.0.2) by mail.codesourcery.com with ESMTPA; 4 May 2010 23:32:00 -0000 Message-ID: <4BE0AE6A.1000404@codesourcery.com> Date: Tue, 04 May 2010 23:32:00 -0000 From: Stan Shebs User-Agent: Thunderbird 2.0.0.24 (Macintosh/20100228) MIME-Version: 1.0 To: Pierre Muller CC: gdb-patches@sourceware.org Subject: Re: [ARI] Remove all editCase warnings References: <005b01caebe1$2183b890$648b29b0$@muller@ics-cnrs.unistra.fr> In-Reply-To: <005b01caebe1$2183b890$648b29b0$@muller@ics-cnrs.unistra.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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-05/txt/msg00082.txt.bz2 Pierre Muller wrote: > * remote.c (set_remote_protocol_Z_packet_cmd): Rename to... > (set_remote_protocol_z_packet_cmd): ...this. > (show_remote_protocol_Z_packet_cmd): Rename to... > (show_remote_protocol_z_packet_cmd): ...this. > (store_register_using_P): Rename to... > (store_register_using_p): ...this. > (store_register_using_G): Rename to... > (store_register_using_g): ...this. > (remote_store_registers): Adapt to name changes above. > (watchpoint_to_Z_packet): Rename to... > (watchpoint_to_z_packet): ...this. > (remote_insert_watchpoint): Adapt to name chage above. > (remote_remove_watchpoint): Likewise. > (_initialize_remote): Adapt to name changes above. > Let's make an exception for these, because the upper-case letters in the names refer to specific packets, and for some of these packets there are other packets that use the corresponding lower-case letter. So there is some major confusion potential with this change. Stan