From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 124379 invoked by alias); 24 Jan 2020 15:37:17 -0000 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 Received: (qmail 124369 invoked by uid 89); 24 Jan 2020 15:37:16 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-16.9 required=5.0 tests=AWL,BAYES_00,ENV_AND_HDR_SPF_MATCH,RCVD_IN_DNSWL_NONE,SPF_PASS,USER_IN_DEF_SPF_WL autolearn=ham version=3.3.1 spammy=HX-HELO:sk:mail-ot X-HELO: mail-ot1-f66.google.com Received: from mail-ot1-f66.google.com (HELO mail-ot1-f66.google.com) (209.85.210.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 24 Jan 2020 15:37:15 +0000 Received: by mail-ot1-f66.google.com with SMTP id z9so1979886oth.5 for ; Fri, 24 Jan 2020 07:37:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=HEdnMTnZd0KnfrXTrP7CTnAowpnQxyIECR6dbfAH2tc=; b=DATuXraVo3cMzYYs4cmVQ++E6/MIQHvew6eiccyj+yDDTK04TcO+Vm4TGWQodnKdCk pHq5B0bIwpM8RF78K/l7HbfDMhs4O/yzlBQFSXYcmNJaxkGTKCQfnVwsuDav02KS6jVd Bwrzdvvl2SRXUMVwTVK8lHMMqEXLa84TMCJpb2c7DLG/fbCz/TQ7KLWLMZr1fTiZhM0U Tzc6f9wZc+Xi6epzz5JKphk+tWcDjWsT3xFGbN7JbgHNKjwQTKj0i+NLSG+hpIoPAPsw 0wk9ZbrTK5MMgZ/t7jWj3ox7UKa6qXUmT5NJAMa+ABvXSR47fRJGIaNxmawuqPvauLVg djOg== MIME-Version: 1.0 References: <20200124141458.171392-1-cbiesinger@chromium.org> <20200124141458.171392-4-cbiesinger@chromium.org> <87a76cj3ot.fsf@tromey.com> In-Reply-To: <87a76cj3ot.fsf@tromey.com> From: "Christian Biesinger via gdb-patches" Reply-To: Christian Biesinger Date: Fri, 24 Jan 2020 15:49:00 -0000 Message-ID: Subject: Re: [PATCH 3/3] Make the class name in the definition match the declaration To: Tom Tromey Cc: gdb-patches Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2020-01/txt/msg00807.txt.bz2 On Fri, Jan 24, 2020 at 4:04 PM Tom Tromey wrote: > > >>>>> ">" == cbiesinger writes: > > >> 2020-01-24 Christian Biesinger > > >> * arm-nbsd-nat.c (arm_nbsd_nat_target::fetch_registers): Rename to... > >> (arm_netbsd_nat_target::fetch_registers): ...this. > >> (arm_nbsd_nat_target::store_registers): Rename to... > >> (arm_netbsd_nat_target::store_registers): ...this. > > This one counts as obvious IMO. > Thank you for doing this. Thanks, will push this patch series. I figured it was easier to group all the patches together. Christian