From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 466 invoked by alias); 10 May 2005 20:26:42 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 328 invoked from network); 10 May 2005 20:26:31 -0000 Received: from unknown (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org with SMTP; 10 May 2005 20:26:31 -0000 Received: from zaretski (IGLD-83-130-254-105.inter.net.il [83.130.254.105]) by romy.inter.net.il (MOS 3.5.6-GR) with ESMTP id BEO15697 (AUTH halo1); Tue, 10 May 2005 23:25:06 +0300 (IDT) Date: Tue, 10 May 2005 20:31:00 -0000 From: "Eli Zaretskii" To: Mark Mitchell Message-ID: <01c5559e$Blat.v2.4$1b76ee60@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 CC: bug-readline@gnu.org, gdb-patches@sources.redhat.com In-reply-to: <428113E4.9090807@codesourcery.com> (message from Mark Mitchell on Tue, 10 May 2005 13:04:52 -0700) Subject: Re: PATCH: Use getche on Win32 Reply-to: Eli Zaretskii References: <200505092015.j49KFoPw028903@sethra.codesourcery.com> <01c55512$Blat.v2.4$85bf3480@zahav.net.il> <42804E09.9060508@codesourcery.com> <01c55598$Blat.v2.4$baecd3c0@zahav.net.il> <428113E4.9090807@codesourcery.com> X-SW-Source: 2005-05/txt/msg00228.txt.bz2 > Date: Tue, 10 May 2005 13:04:52 -0700 > From: Mark Mitchell > 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.