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

Re: [PATCH] Ctrl-D


On Thu, Nov 30, 2006 at 01:10:09PM +0000, Andrew STUBBS wrote:
> New behaviour:
> 
> (gdb) <C-d>quit
> The program is running.  Exit anyway? (y or n) <C-d>Y
> bash$

How'd you feel about "EOF [assumed %c]" or something like that?  I'd
look at that and think I typed the Y.

> 2006-11-30  Andrew Stubbs  <andrew.stubbs@st.com>
> 
> 	* event-top.c (command_handler): On EOF, print 'quit' and run quit
> 	command via execute_command such that hooks and trace work.
> 	* utils.c (defaulted_query): On EOF, print default answer and newline.

OK for HEAD with or without that change, as you prefer.  I'd recommend
this for 6.6 now that it's in HEAD; Joel, is that OK?

:REVIEWMAIL:

-- 
Daniel Jacobowitz
CodeSourcery


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