This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] candidates for ambiguous command in upper case


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 (齐尧)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]