mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-03 04:01:22 +08:00
gdb-2.8
This commit is contained in:
@ -370,7 +370,7 @@ lookup_cmd (line, list, cmdtype, allow_unknown)
|
||||
while (*p == '-'
|
||||
|| (*p >= 'a' && *p <= 'z')
|
||||
|| (*p >= 'A' && *p <= 'Z')
|
||||
|| (*p >= '1' && *p <= '9'))
|
||||
|| (*p >= '0' && *p <= '9'))
|
||||
{
|
||||
if (*p >= 'A' && *p <= 'Z')
|
||||
*p += 'a' - 'A';
|
||||
|
Reference in New Issue
Block a user