From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32570 invoked by alias); 12 Oct 2002 11:07: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 32555 invoked from network); 12 Oct 2002 11:07:44 -0000 Received: from unknown (HELO mailhost.iitb.ac.in) (203.197.74.142) by sources.redhat.com with SMTP; 12 Oct 2002 11:07:44 -0000 Received: (qmail 7650 invoked from network); 12 Oct 2002 11:07:42 -0000 Received: from mailscan2.iitb.ac.in (HELO thisdomain) (144.16.108.202) by mailhost.iitb.ac.in with SMTP; 12 Oct 2002 11:07:42 -0000 Received: from jeeves.cse.iitb.ac.in by iitb.ac.in ; Sat, 12 Oct 2002 16:37:38 +0530 Date: Sat, 12 Oct 2002 04:07:00 -0000 X-Originating-IP: 10.105.1.1 X-Auth-User: varunk@cse.iitb.ac.in Received: from voxel.cse.iitb.ac.in (voxel.cse.iitb.ac.in [10.105.1.5]) by jeeves.cse.iitb.ac.in (8.11.0/8.11.0) with ESMTP id g9CB7bj19322 for ; Sat, 12 Oct 2002 16:37:37 +0530 Received: (from varunk@localhost) by voxel.cse.iitb.ac.in (8.9.2/8.9.2) id QAA29543; Sat, 12 Oct 2002 16:40:45 +0530 (IST) Date: Sat, 12 Oct 2002 16:40:45 +0530 From: Varun Kacholia To: gdb@sources.redhat.com Subject: input redirection Message-ID: <20021012164045.A29110@cse.iitb.ac.in> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-10/txt/msg00110.txt.bz2 hello, I want to redirect the input to gdb from some other program/device. Actually i wish to attach gdb to an already running program and need that the program can pass commands to gdb backend w/o again and again executing gdb. The program once makes a persistent connection (how?) with gdb backend and passes commands to the backend which the user inputs. I tried the -tty option but in vain. Thanks a lot for any help. -- Varun ------