From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 125213 invoked by alias); 26 Jul 2017 12:42:34 -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 124715 invoked by uid 89); 26 Jul 2017 12:42:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:240, catching X-HELO: smtp.eu.adacore.com Received: from mel.act-europe.fr (HELO smtp.eu.adacore.com) (194.98.77.210) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 26 Jul 2017 12:42:32 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 622D381395; Wed, 26 Jul 2017 14:42:30 +0200 (CEST) Received: from smtp.eu.adacore.com ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IRIv2-w4SzZd; Wed, 26 Jul 2017 14:42:30 +0200 (CEST) Received: from chelles.act-europe.fr (chelles.act-europe.fr [IPv6:2a02:2ab8:224:1:d6be:d9ff:fef8:4565]) by smtp.eu.adacore.com (Postfix) with ESMTP id 4E7578138B; Wed, 26 Jul 2017 14:42:30 +0200 (CEST) Received: by chelles.act-europe.fr (Postfix, from userid 560) id 4779F1EA0067; Wed, 26 Jul 2017 14:42:30 +0200 (CEST) Date: Wed, 26 Jul 2017 12:42:00 -0000 From: Jerome Guitton To: Simon Marchi Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] define_command: Don't convert command name to lower case Message-ID: <20170726124230.GA6525@adacore.com> References: <10ded574-4f1e-728c-8205-bcb0e31d0377@ericsson.com> <1500932879-11652-1-git-send-email-simon.marchi@ericsson.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1500932879-11652-1-git-send-email-simon.marchi@ericsson.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2017-07/txt/msg00411.txt.bz2 Simon Marchi (simon.marchi@ericsson.com): > I think this won't be too controversial, so I went ahead and made a patch for > it. Thanks for catching this and fixing it!