From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16167 invoked by alias); 31 Aug 2011 13:26:26 -0000 Received: (qmail 16158 invoked by uid 22791); 31 Aug 2011 13:26:25 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (140.186.70.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 31 Aug 2011 13:26:05 +0000 Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Qyknq-0004Sd-LH; Wed, 31 Aug 2011 09:26:02 -0400 Date: Wed, 31 Aug 2011 13:26:00 -0000 Message-Id: From: Eli Zaretskii To: Abhijit Halder CC: pedro@codesourcery.com, gdb-patches@sourceware.org, sergiodj@redhat.com, jan.kratochvil@redhat.com, tromey@redhat.com In-reply-to: (message from Abhijit Halder on Wed, 31 Aug 2011 18:12:31 +0530) Subject: Re: [PATCH][TEST-CASE][DOC] Implementation of pipe to pass GDB's command output to the shell. Reply-to: Eli Zaretskii References: <201108301527.22683.pedro@codesourcery.com> <83y5yaepu4.fsf@gnu.org> 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/msg00655.txt.bz2 > Date: Wed, 31 Aug 2011 18:12:31 +0530 > From: Abhijit Halder > Cc: pedro@codesourcery.com, gdb-patches@sourceware.org, sergiodj@redhat.com, > jan.kratochvil@redhat.com, tromey@redhat.com > > Okay I got it. Made that change, please comment on it. This version is fine with me, thanks.