From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11410 invoked by alias); 4 Feb 2006 15:13:12 -0000 Received: (qmail 11387 invoked by uid 22791); 4 Feb 2006 15:13:09 -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, 04 Feb 2006 15:13:09 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1F5P63-0004aU-0s for gdb-patches@sourceware.org; Sat, 04 Feb 2006 10:13:07 -0500 Date: Sat, 04 Feb 2006 15:13:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sourceware.org Subject: Re: RFA: Various Windows (mingw32) additions, mostly relating to select or serial ports Message-ID: <20060204151306.GE17011@nevyn.them.org> Mail-Followup-To: gdb-patches@sourceware.org References: <20060203220529.GA3578@nevyn.them.org> <20060203220811.GA3969@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.8i X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-02/txt/msg00078.txt.bz2 On Sat, Feb 04, 2006 at 02:43:33PM +0200, Eli Zaretskii wrote: > > Date: Fri, 3 Feb 2006 17:08:11 -0500 > > From: Daniel Jacobowitz > > > > 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. I'll take a look :-) -- Daniel Jacobowitz CodeSourcery