Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Ignore case when processing CLI commands

Looks good.
Please do open a bug.
 
Thanks


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Abeer Bagul
Sent: Friday, January 28, 2011 5:14 AM
To: CDT General developers list.
Subject: [cdt-dev] Ignore case when processing CLI commands

Hi,

GDB is case-insensitive when it comes to handling CLI commands. This means the user can type break, BREAK, bReaK, and all mean the same thing. So CDI and DSF code which processes CLI command strings (i.e. CLIProcessor, CLIEventProcessor, etc) should also be case insensitive.

Have attached a patch for the following three classes:
org.eclipse.cdt.debug.mi.core.CLIProcessor
org.eclipse.cdt.dsf.mi.service.command.CLIEventProcessor
org.eclipse.cdt.dsf.mi.service.command.CLIEventProcessor_7_0

Should I file a bug?

Thanks
Abeer Bagul.

Back to the top