From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25631 invoked by alias); 23 Oct 2002 17:38: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 25622 invoked from network); 23 Oct 2002 17:38:31 -0000 Received: from unknown (HELO redhat.com) (66.30.22.225) by sources.redhat.com with SMTP; 23 Oct 2002 17:38:31 -0000 Received: by redhat.com (Postfix, from userid 201) id D608F1BF2E; Wed, 23 Oct 2002 13:39:44 -0400 (EDT) Date: Wed, 23 Oct 2002 10:38:00 -0000 From: Christopher Faylor To: gdb@sources.redhat.com Subject: Re: input redirection Message-ID: <20021023173944.GD997@redhat.com> Mail-Followup-To: gdb@sources.redhat.com References: <4EAA30E8E17684458E24408ADC13A4B501084EE5@esebe006.ntc.nokia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4EAA30E8E17684458E24408ADC13A4B501084EE5@esebe006.ntc.nokia.com> User-Agent: Mutt/1.5.1i X-SW-Source: 2002-10/txt/msg00164.txt.bz2 On Wed, Oct 23, 2002 at 12:23:21PM +0300, antoine.trux@nokia.com wrote: >P.S.: Yes, I searched the archives of gdb@sources.redhat.com and >cygwin@sources.redhat.com, but found nothing helpful. Hmm. You should have found some indication that input redirection isn't currently functional in gdb for Windows whether it's the insight version or the command line version. There was some work added (from me) a while ago but it wasn't functional. Pierre Mueller had some patches which helped but I didn't like them so they didn't go in. I have an idea about how to do things correctly but, for now, input redirection doesn't work. cgf