From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30541 invoked by alias); 25 Aug 2004 18:34:41 -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 30534 invoked from network); 25 Aug 2004 18:34:40 -0000 Received: from unknown (HELO legolas.inter.net.il) (192.114.186.24) by sourceware.org with SMTP; 25 Aug 2004 18:34:40 -0000 Received: from zaretski ([80.230.147.10]) by legolas.inter.net.il (MOS 3.4.6-GR) with ESMTP id CJJ26777 (AUTH halo1); Wed, 25 Aug 2004 21:34:19 +0300 (IDT) Date: Wed, 25 Aug 2004 18:34:00 -0000 From: "Eli Zaretskii" To: Bob Rossi Message-ID: <01c48ad1$Blat.v2.2.2$86900580@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 CC: gdb@sources.redhat.com In-reply-to: <20040825114101.GA19110@white> (message from Bob Rossi on Wed, 25 Aug 2004 07:41:01 -0400) Subject: Re: separating gdb & inferior output Reply-to: 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> X-SW-Source: 2004-08/txt/msg00375.txt.bz2 > Date: Wed, 25 Aug 2004 07:41:01 -0400 > From: Bob Rossi > > I understand on Unix, the client can open a tty, and direct the output of the inferior to it. > On windows, how would the client do that? The same way, essentially. Windows has a similar device, and any Posix-compliant environment (such as Cygwin) converts operations on "/dev/tty" into operations on the Windows console device. > Finally, using cygwin windows, do I use the tty option as if I was on > UNIX? Yes. But I don't have a Cygwin install to test this, so I'll let it to Chris to give definitive answers to your questions.