This is the mail archive of the gdb@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: FW: gdb commands not taken into account with mingw


> From: xantares 09 <xantares09@hotmail.com>
> Date: Fri, 7 Mar 2014 16:07:48 +0000
> 
> I have compiled gdb with mingw64, and can't seem to be able to send commands to the command line interface, caracters are printed as I type but it won't do nothing, as if the return key was not sending the command, it just skips a line.
> It works ok from a gdb script though (option x).
> 
> I've tried version 7.6 and 7.7.
> I tried to compile with --enable-tui, but it made no difference.
> Any clues ?

Make sure you don't link against ncurses, or some other similar
library.


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