From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12158 invoked by alias); 5 Aug 2011 21:11:36 -0000 Received: (qmail 12150 invoked by uid 22791); 5 Aug 2011 21:11:35 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-ey0-f169.google.com (HELO mail-ey0-f169.google.com) (209.85.215.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 05 Aug 2011 21:11:21 +0000 Received: by eye22 with SMTP id 22so2324612eye.0 for ; Fri, 05 Aug 2011 14:11:20 -0700 (PDT) MIME-Version: 1.0 Received: by 10.213.20.200 with SMTP id g8mr830606ebb.140.1312578680157; Fri, 05 Aug 2011 14:11:20 -0700 (PDT) Received: by 10.213.4.5 with HTTP; Fri, 5 Aug 2011 14:11:20 -0700 (PDT) In-Reply-To: <83pqkjx578.fsf@gnu.org> References: <201108041029.37721.pedro@codesourcery.com> <83pqkjx578.fsf@gnu.org> Date: Fri, 05 Aug 2011 21:11:00 -0000 Message-ID: Subject: Re: [PATCH] An implementation of pipe to make I/O communication between gdb and shell. From: Abhijit Halder To: Eli Zaretskii Cc: tromey@redhat.com, pedro@codesourcery.com, gdb-patches@sourceware.org, sergiodj@redhat.com, jan.kratochvil@redhat.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-08/txt/msg00124.txt.bz2 On Fri, Aug 5, 2011 at 8:42 PM, Eli Zaretskii wrote: >> Date: Fri, 5 Aug 2011 20:35:40 +0530 >> From: Abhijit Halder >> Cc: Pedro Alves , gdb-patches@sourceware.org, = =A0 =A0 =A0 =A0 Sergio Durigan Junior , Jan Kratochvil= >> >> Further, pexecute does not provide similar functionality. It just >> executes a program and returns the status of the program, not >> provide the text output from the program it executes. > > ??? Did you read the documentation (on libiberty/pexecute.txh)? > pexecute certainly does more than that! Thanks for the reference. Yes I have found the one I was looking for. >