From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5901 invoked by alias); 13 May 2003 17:47:16 -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 5651 invoked from network); 13 May 2003 17:47:14 -0000 Received: from unknown (HELO nick.uklinux.net) (194.247.50.230) by sources.redhat.com with SMTP; 13 May 2003 17:47:14 -0000 Received: by nick.uklinux.net (Postfix, from userid 501) id 5029775FDD; Tue, 13 May 2003 18:38:31 +0100 (BST) From: Nick Roberts MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16065.11670.438497.368386@nick.uklinux.net> Date: Tue, 13 May 2003 17:47:00 -0000 To: Bob Rossi Cc: Andrew Cagney , gdb@sources.redhat.com Subject: Re: GDB 6 In-Reply-To: <20030512192834.GA18114@white> References: <16061.32163.69181.411133@nick.uklinux.net> <3EBE69AE.30001@redhat.com> <20030511201320.0C21675FDD@nick.uklinux.net> <20030512192834.GA18114@white> X-SW-Source: 2003-05/txt/msg00222.txt.bz2 > Is it possible for you to use the tty command? > This is what I do with cgdb. > That way you always know if the output is from the inferior or from gdb. I can only get the tty command work in one direction. That is, I can send the inferior's output to another terminal/buffer easily enough but I can't seem to receive its input. I don't really know what a terminal is in low-level (kernel?) terms so I've not made any progress with this approach. Nick