This is the mail archive of the gdb-patches@sources.redhat.com 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]

Re: [PATCH] language support: case sensitivity


    Date: Thu, 3 Aug 2000 10:02:47 -0700 (PDT)
    From: Jimmy Guo <guo@cup.hp.com>

    Actually the two commands added are:
	     set case-sensitive (on/off/auto)
	     show case-sensitive

    It's not correct that nothing would be print if case sensitivity is set
    same as the language default and if the user issues the show command.
    As I said, do_setshow_command () in command.c handles that part.
    Looking at the 'set/show language' implementation, there's nothing
    different between the two -- one would expect that if this patch needs a
    different command to support user query, then show_language would too.

Ah.  Sorry.  Go ahead then.

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