From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3223 invoked by alias); 2 Dec 2006 18:55:58 -0000 Received: (qmail 3213 invoked by uid 22791); 2 Dec 2006 18:55:58 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Sat, 02 Dec 2006 18:55:51 +0000 Received: from drow by nevyn.them.org with local (Exim 4.63) (envelope-from ) id 1Gqa1c-0002zt-RJ; Sat, 02 Dec 2006 13:55:48 -0500 Date: Sat, 02 Dec 2006 18:55:00 -0000 From: Daniel Jacobowitz To: "H. J. Lu" Cc: GDB , jkratoch@redhat.com, bug-readline@gnu.org, chet.ramey@case.edu Subject: Re: PATCH: PR tui/2173: Arrow keys no longer works in breakpoint command list Message-ID: <20061202185548.GA11402@nevyn.them.org> Mail-Followup-To: "H. J. Lu" , GDB , jkratoch@redhat.com, bug-readline@gnu.org, chet.ramey@case.edu References: <20061121213205.GA13310@lucon.org> <20061128164658.GB20882@nevyn.them.org> <20061128165844.GA13667@lucon.org> <20061202184344.GA2197@lucon.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061202184344.GA2197@lucon.org> User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-12/txt/msg00010.txt.bz2 On Sat, Dec 02, 2006 at 10:43:44AM -0800, H. J. Lu wrote: > 2006-12-02 H.J. Lu > Jan Kratochvil > > PR tui/2173 > * readline.c (readline): Unset and reset RL_STATE_CALLBACK if > needed. This looks reasonable to me; I was wrong about longjmp since Readline's signal handlers will be installed. If Chet accepts this or a similar fix for the next release of readline, then you can apply it to our copy. -- Daniel Jacobowitz CodeSourcery