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]
Other format: [Raw text]

Re: PATCH: Use getche on Win32


> Date: Tue, 10 May 2005 13:04:52 -0700
> From: Mark Mitchell <mark@codesourcery.com>
> CC: bug-readline@gnu.org,  gdb-patches@sources.redhat.com
> 
> > "DTRT" in this case means raise SIGINT when Ctrl-C is pressed and go
> > left one character when left-arrow is pressed.
> 
> I take it, then, that you are asking that I implement that functionality 
> in readline?

Well, since we are talking about Readline for GDB, and given the
importance of SIGINT in GDB, I'd say at least Ctrl-C should work as
expected.  Editing keys are less critical, since one can always use
Ctrl-n, Ctrl-p, etc. (but it would be nice to have arrows, Home, End,
Delete, and Insert keys as well).

> I don't mind doing so; I was merely trying to make something useful 
> available as soon as possible.

If it's important that the current CVS snapshots are available ASAP
for MinGW users, even though one cannot interrupt the debuggee with
Ctrl-C, then I don't mind that you check this into the GDB CVS,
provided that it will be followed soon by more patches to take care of
the above issues.


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