From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8037 invoked by alias); 7 Oct 2002 18:19:48 -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 8027 invoked from network); 7 Oct 2002 18:19:47 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 7 Oct 2002 18:19:47 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g97I0HX22921 for ; Mon, 7 Oct 2002 14:00:17 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g97IJkf15403; Mon, 7 Oct 2002 14:19:46 -0400 Received: from valrhona.uglyboxes.com (IDENT:DoN/WOlTR4wFTyEN92DTBWR28TAh9aKw@vpn50-23.rdu.redhat.com [172.16.50.23]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g97IJj810153; Mon, 7 Oct 2002 14:19:46 -0400 Date: Mon, 07 Oct 2002 11:19:00 -0000 From: Keith Seitz X-X-Sender: keiths@valrhona.uglyboxes.com To: Satya cc: gdb@sources.redhat.com Subject: Re: Debugging gdb from insight In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-10/txt/msg00064.txt.bz2 On Mon, 7 Oct 2002, Satya wrote: > The problem is that the output is directed to stdout instead of the > insight window. Go to File->Target Settings... and click on "use xterm as inferior's tty". Keith