From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca (simark.ca [158.69.221.121]) by sourceware.org (Postfix) with ESMTPS id 34650385840C for ; Mon, 13 Dec 2021 16:19:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 34650385840C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=simark.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=simark.ca Received: from [172.16.0.95] (192-222-180-24.qc.cable.ebox.net [192.222.180.24]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id C3BCF1F0CC; Mon, 13 Dec 2021 11:19:02 -0500 (EST) Subject: Re: [PATCHv2 5/5] gdb/mi: rename mi_cmd to mi_command To: Andrew Burgess , gdb-patches@sourceware.org Cc: Jan Vrany References: <87ee501bdc38e1f3e42804001a1efcbcb2318fe1.1638548421.git.aburgess@redhat.com> From: Simon Marchi Message-ID: <7267c6e2-88ac-df94-7f9c-c79bae6797e2@simark.ca> Date: Mon, 13 Dec 2021 11:19:02 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: <87ee501bdc38e1f3e42804001a1efcbcb2318fe1.1638548421.git.aburgess@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: tl Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-6.2 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, NICE_REPLY_A, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2021 16:19:04 -0000 On 2021-12-03 11:30 a.m., Andrew Burgess via Gdb-patches wrote: > From: Jan Vrany > > Just give this class a new name, more inline with the name of the > sub-classes. I've also updated mi_cmd_up to mi_command_up in > mi-cmds.c inline with this new naming scheme. > > There should be no user visible changes after this commit. LGTM, thanks. Simon