From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14768 invoked by alias); 11 Aug 2011 02:51:47 -0000 Received: (qmail 14760 invoked by uid 22791); 11 Aug 2011 02:51:46 -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-ew0-f41.google.com (HELO mail-ew0-f41.google.com) (209.85.215.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 11 Aug 2011 02:51:32 +0000 Received: by ewy9 with SMTP id 9so844518ewy.0 for ; Wed, 10 Aug 2011 19:51:31 -0700 (PDT) MIME-Version: 1.0 Received: by 10.213.4.82 with SMTP id 18mr38743ebq.64.1313031091353; Wed, 10 Aug 2011 19:51:31 -0700 (PDT) Received: by 10.213.5.4 with HTTP; Wed, 10 Aug 2011 19:51:31 -0700 (PDT) In-Reply-To: References: <201108041029.37721.pedro@codesourcery.com> <83pqkjx578.fsf@gnu.org> Date: Thu, 11 Aug 2011 02:51:00 -0000 Message-ID: Subject: Re: [PATCH] An implementation of pipe to make I/O communication between gdb and shell. From: Abhijit Halder To: Sergio Durigan Junior Cc: Eli Zaretskii , tromey@redhat.com, pedro@codesourcery.com, gdb-patches@sourceware.org, 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/msg00230.txt.bz2 On Wed, Aug 10, 2011 at 11:24 PM, Sergio Durigan Junior wrote: > Abhijit Halder writes: > >> I made the corrections suggested during code review. > > Well, from my perspective I don't think I have anything else about the > patch. =A0However, I have some questions: > > 1) I don't remember if you already answered that, but do you have a > copyright assignment (or have you started the process to obtain one)? > Hi, actually I am not aware of how to perform this. Can someone please provide me some reference pointer to know about this process? It will be a great help. > 2) I believe you can start thinking about a testcase for this feature. > I am not sure how you would write this in order to test it on various > operating systems, but I think starting with GNU/Linux is OK for now. > You may want to take a look at the gdb/testsuite directory for some > examples. > > 3) I also believe that you can write the documentation part for this > patch. =A0You will also have to write a NEWS entry. > > Maybe you can wait a little more until some maintainer reply before > start steps 2 and 3. =A0Anyway, it's good to start thinking about these > steps. > > Regards, > > Sergio. >