From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27406 invoked by alias); 24 Aug 2004 16:12:09 -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 27398 invoked from network); 24 Aug 2004 16:12:06 -0000 Received: from unknown (HELO lakermmtao11.cox.net) (68.230.240.28) by sourceware.org with SMTP; 24 Aug 2004 16:12:06 -0000 Received: from white ([68.9.64.121]) by lakermmtao11.cox.net (InterMail vM.6.01.03.02.01 201-2131-111-104-103-20040709) with ESMTP id <20040824161149.TJBD6461.lakermmtao11.cox.net@white> for ; Tue, 24 Aug 2004 12:11:49 -0400 Received: from bob by white with local (Exim 3.35 #1 (Debian)) id 1Bzdtj-0004Vr-00 for ; Tue, 24 Aug 2004 12:11:47 -0400 Date: Tue, 24 Aug 2004 16:12:00 -0000 From: Bob Rossi To: gdb@sources.redhat.com Subject: separating gdb & inferior output Message-ID: <20040824161147.GA17203@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: 2004-08/txt/msg00320.txt.bz2 Hi, Is there a better way to separate GDB's and the inferior's output besides using the tty command? I have the feeling the tty command does not port properly everywhere that GDB does (mingw, cygwin). I've personally had problems with it on some version of Windows with cygwin. Besides, figuring out how to open a tty on different machines is a real pain. Is there a better, more portable way, to accomplish the same task? I was thinking of having GDB output it's output to a UNIX or TCP/IP port. How about a FIFO(portable?)? Any other ideas? I have a feeling this has been brought up before. Thanks, Bob Rossi