Community
Participate
Working Groups
Build Identifier: I20101208-1300 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 Reproducible: Always
Created attachment 188028 [details] Patch to compare all CLI commands typed by user in a case-insensitive manner.