This is the mail archive of the gdb-prs@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]

[Bug exp/21827] Regression: gdb command lookup became case-sensitive; but definitions are forced into lowercase


https://sourceware.org/bugzilla/show_bug.cgi?id=21827

--- Comment #2 from Jeremy Nickurak <source-ware at trk dot nickurak.ca> ---
Other strange things that come out of this; The following gdb snippet fails
unexpectedly:

define myFunction
   print "hello"
end
document myFunction
Just a dummy test function
end

->

Type "apropos word" to search for commands related to "word".
(gdb) define myFunction
Type commands for definition of "myFunction".
End with a line saying just "end".
>   print "hello"
>end
(gdb) document myFunction
Undefined command: "myFunction".  Try "help".

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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