From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 69350 invoked by alias); 10 Jan 2017 15:19:48 -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 69338 invoked by uid 89); 10 Jan 2017 15:19:47 -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=qiyaoltc@gmail.com, qiyaoltcgmailcom, U*qiyaoltc, sk:qiyaolt 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; Tue, 10 Jan 2017 15:19:46 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 8BB0882FF6; Tue, 10 Jan 2017 16:19:44 +0100 (CET) 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 NsnLBwd9T1FF; Tue, 10 Jan 2017 16:19:44 +0100 (CET) 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 787C382FE2; Tue, 10 Jan 2017 16:19:44 +0100 (CET) Received: by chelles.act-europe.fr (Postfix, from userid 560) id 71E8B1EA0068; Tue, 10 Jan 2017 16:19:44 +0100 (CET) Date: Tue, 10 Jan 2017 15:19:00 -0000 From: Jerome Guitton To: Yao Qi Cc: gdb-patches@sourceware.org Subject: Re: [RFA] candidates for ambiguous command in upper case Message-ID: <20170110151944.GD27546@adacore.com> References: <1484058324-5368-1-git-send-email-guitton@adacore.com> <20170110150731.GH9518@E107787-LIN> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170110150731.GH9518@E107787-LIN> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2017-01/txt/msg00162.txt.bz2 Yao Qi (qiyaoltc@gmail.com): > IMO, there is nothing wrong. There is no command starts from "EX". This is a bit weird to accept upper-case EXEC-FIL then... isn't it? (gdb) exec-fil No executable file now. (gdb) EXEC-FIL No executable file now.