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: RFA: Various Windows (mingw32) additions, mostly relating to select or serial ports


> Date: Fri, 3 Feb 2006 17:08:11 -0500
> From: Daniel Jacobowitz <drow@false.org>
> 
> Oh - I missed one.  gdb_has_a_terminal() now works, so query() prints
> questions instead of assuming yes.  That makes a big usability
> difference.

Btw, as long as you are fixing annoyances in the MinGW port, how about
this one: whenever GDB has a large amount of data to display via
printf_filtered and its ilk, if I type `q' in response to its question
whether to continue or quit after displaying a screenful of text, I
get this bogus message:

  Quit (expect signal SIGINT when the program is resumed)

That's a lie, of course: no SIGINT will be coming my way any time
soon.


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