From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23527 invoked by alias); 10 Jan 2017 15:07:45 -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 23482 invoked by uid 89); 10 Jan 2017 15:07:44 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: =?ISO-8859-1?Q?No, score=-1.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=jerome, H*r:AES128-SHA, Jerome, =e5=b0=a7?= X-HELO: mail-wm0-f66.google.com Received: from mail-wm0-f66.google.com (HELO mail-wm0-f66.google.com) (74.125.82.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 10 Jan 2017 15:07:43 +0000 Received: by mail-wm0-f66.google.com with SMTP id r126so10081310wmr.3 for ; Tue, 10 Jan 2017 07:07:42 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=t9iRBwtjaaX77DINaXmrX+bR4BNj8ik1sLgGbFTtv5k=; b=lSgVcCCtWjyz6YHq1orIktgwPe+pkPZBzxXbhyfTd3qh/9581zt42IjNFMFaVmfCIv mKci6+2gvd8sxqs5b818LVjQkIYqtIcNKOnbAHN7hQXVXcWRJdUwo+5dXVswYHTRRbKP lxPtGdNVU9YALW5JnjQD+a5IkomNmHlab+3RtYuVdSuwQysfEctgjeCJuN99n+Tx5mK/ GA8LVrLCArF/fCs1h0LbjILqxSs7jvn1oHwQQO827cR4o3A28CV1i3Cza27Qd5k6N/eA p6oiaqSaQsWBtbgVsS8TSB1mCu4N2U85GzDh5vRYL6CxJAbZ9RMYJdrxnETi3uL6R5Nr 2XQw== X-Gm-Message-State: AIkVDXIuTourGUznitrEPvRuOsWu2+0kiRRo0Y+sOcyzveHvyAEu18dyZgcKgtmSTB5WEQ== X-Received: by 10.28.30.79 with SMTP id e76mr236015wme.96.1484060861289; Tue, 10 Jan 2017 07:07:41 -0800 (PST) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id ct7sm3757065wjc.2.2017.01.10.07.07.39 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Tue, 10 Jan 2017 07:07:40 -0800 (PST) Date: Tue, 10 Jan 2017 15:07:00 -0000 From: Yao Qi To: Jerome Guitton Cc: gdb-patches@sourceware.org Subject: Re: [RFA] candidates for ambiguous command in upper case Message-ID: <20170110150731.GH9518@E107787-LIN> References: <1484058324-5368-1-git-send-email-guitton@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1484058324-5368-1-git-send-email-guitton@adacore.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2017-01/txt/msg00160.txt.bz2 On 17-01-10 15:25:24, Jerome Guitton wrote: > If you type an ambiguous command in lower case, gdb tells the command > is ambiguous and tells you which one could match. If you type the same > but in upper case, gdb also says it is ambiguous, but shows an empty > list of commands: > > (gdb) ex > Ambiguous command "ex": exec-file, expression. > (gdb) EX > Ambiguous command "EX": . > IMO, there is nothing wrong. There is no command starts from "EX". In bash, I type "make" and tab, I get, $ make make makeglossaries makeindex makeinfo makejvf make-ssl-cert make_strings If type "MAKE", and type, I get, $ MAKEDEV -- Yao (齐尧)