From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1251 invoked by alias); 14 Mar 2007 19:03:05 -0000 Received: (qmail 1243 invoked by uid 22791); 14 Mar 2007 19:03:05 -0000 X-Spam-Check-By: sourceware.org Received: from ug-out-1314.google.com (HELO ug-out-1314.google.com) (66.249.92.169) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 14 Mar 2007 19:02:55 +0000 Received: by ug-out-1314.google.com with SMTP id 75so25848ugb for ; Wed, 14 Mar 2007 12:02:48 -0700 (PDT) Received: by 10.114.185.8 with SMTP id i8mr3079629waf.1173898967206; Wed, 14 Mar 2007 12:02:47 -0700 (PDT) Received: by 10.114.194.4 with HTTP; Wed, 14 Mar 2007 12:02:47 -0700 (PDT) Message-ID: <7a25c7790703141202vb0224aeq6f70ae857c7ac9e@mail.gmail.com> Date: Wed, 14 Mar 2007 19:03:00 -0000 From: JJK To: gdb@sourceware.org Subject: stdin In-Reply-To: <7a25c7790703141157j2976120er36c38dc8d9fd6efe@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7a25c7790703141157j2976120er36c38dc8d9fd6efe@mail.gmail.com> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-03/txt/msg00203.txt.bz2 Hello there list, Apologies if this is not the correct place to post this question, if you could let me know where is, I shall attempt there. I am using gdb on a program that uses fgets to read from stdin. after launching "gdb program", how may I invoke the program as if I was actually executing "echo wibble | program". thank you for any help you can give me, James