Date: Sun, 25 Mar 2001 10:18:06 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "Mark E." cc: djgpp-workers AT delorie DOT com Subject: Re: select and termios In-Reply-To: <3ABCD3A1.12958.3BC06@localhost> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 24 Mar 2001, Mark E. wrote: > > (Mark, does Bash use `select'? I guess not, otherwise this problem > > would have been reported by someone long ago.) > > Bash does via Readline. Yes, so does GDB. Except that GDB calls Readline only when `select' says some input is available. This is a new feature since GDB 5.0, it is intended to allow GDB to do something while the debuggee executes (not in the DJGPP port, obviously).