From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9509 invoked by alias); 30 Aug 2004 19:23:32 -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 9313 invoked from network); 30 Aug 2004 19:23:29 -0000 Received: from unknown (HELO cgf.cx) (66.30.17.189) by sourceware.org with SMTP; 30 Aug 2004 19:23:29 -0000 Received: by cgf.cx (Postfix, from userid 201) id CB0C21B3D6; Mon, 30 Aug 2004 15:24:14 -0400 (EDT) Date: Mon, 30 Aug 2004 19:23:00 -0000 From: Christopher Faylor To: gdb@sources.redhat.com Cc: Eli Zaretskii Subject: Re: separating gdb & inferior output Message-ID: <20040830192414.GB15021@trixie.casa.cgf.cx> Mail-Followup-To: gdb@sources.redhat.com, Eli Zaretskii References: <20040824161147.GA17203@white> <01c48a0c$Blat.v2.2.2$ba4a7920@zahav.net.il> <20040824190912.GB17542@white> <01c48a58$Blat.v2.2.2$5abe69c0@zahav.net.il> <20040825114101.GA19110@white> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040825114101.GA19110@white> User-Agent: Mutt/1.4.1i X-SW-Source: 2004-08/txt/msg00431.txt.bz2 On Wed, Aug 25, 2004 at 07:41:01AM -0400, Bob Rossi wrote: >Finally, using cygwin windows, do I use the tty option as if I was on >UNIX? Did you try looking in the source files that Eli suggested? Yes, cygwin supports the concept of ttys. It would be a pretty limited implementation if it didn't. cgf