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: PR tui/2173: Arrow keys no longer works in breakpoint command list


On Tue, Jun 26, 2007 at 03:13:37PM +0200, Jan Kratochvil wrote:
> The regression happened as the patch was very complex:
> 	http://sourceware.org/ml/gdb-cvs/2007-01/msg00022.html
> 
> The synchronous readline() call has no asynchronous counterpart in libreadline.
> Any asynchronous readline() emulation on top of the current libreadline API may
> work but it is hard to make it precisely backward compatible.

I've already posted a fix for this that doesn't involve changing
readline, FYI.

-- 
Daniel Jacobowitz
CodeSourcery


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