From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16356 invoked by alias); 23 May 2003 22:08:34 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 16285 invoked from network); 23 May 2003 22:08:32 -0000 Received: from unknown (HELO white) (68.14.146.65) by sources.redhat.com with SMTP; 23 May 2003 22:08:32 -0000 Received: from bob by white with local (Exim 3.35 #1 (Debian)) id 19JKiF-0000vS-00 for ; Fri, 23 May 2003 18:08:31 -0400 Date: Fri, 23 May 2003 22:08:00 -0000 From: Bob Rossi To: gdb@sources.redhat.com Subject: gdb tty command in cygwin Message-ID: <20030523220831.GA3530@white> Mail-Followup-To: gdb@sources.redhat.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i X-SW-Source: 2003-05/txt/msg00329.txt.bz2 Hi, The gdb that comes with cygwin does not seem to honor the tty command. It never writes to the tty I give it. I know that tty's in cygwin do work. I know this because if I open a tty and write to it from one process, I can read from it with another process. ( I did this with a small application I wrote. ) Is there a known bug in gdb where it doesn't honor the tty command in cygwin? Thanks, Bob Rossi