This is the mail archive of the gdb@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]
Other format: [Raw text]

Re: Pending breakpoints and scripts


with what you suggest, how is the user to differientiate the
consequences of entering return when presented with either of:
	nquery("A question?")
	A question? [y/n]:
and
	yquery("A question?")
	A question? [y/n]:
something like:
	A question? (y or n) [n]:
would be needed (which would be getting into redundant verbage).


Easy, it would be:

This is a joke, right?


	nquery("A question?")
	A question? [n/y]:


	yquery("A question?")
	A question? [y/n]:


If you want to use (y or n) [y], then that's fine by me too.

Jeff's come up with a workable solution.


Andrew



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