From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11042 invoked by alias); 4 Aug 2011 08:43:10 -0000 Received: (qmail 11027 invoked by uid 22791); 4 Aug 2011 08:43:09 -0000 X-SWARE-Spam-Status: No, hits=-6.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 04 Aug 2011 08:42:50 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p748gnBO005858 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 4 Aug 2011 04:42:49 -0400 Received: from host1.jankratochvil.net (ovpn-116-16.ams2.redhat.com [10.36.116.16]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p748gl8r020900 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 4 Aug 2011 04:42:49 -0400 Received: from host1.jankratochvil.net (localhost [127.0.0.1]) by host1.jankratochvil.net (8.14.4/8.14.4) with ESMTP id p748gkto001225; Thu, 4 Aug 2011 10:42:46 +0200 Received: (from jkratoch@localhost) by host1.jankratochvil.net (8.14.4/8.14.4/Submit) id p748gk6h001219; Thu, 4 Aug 2011 10:42:46 +0200 Date: Thu, 04 Aug 2011 08:43:00 -0000 From: Jan Kratochvil To: Abhijit Halder Cc: Sergio Durigan Junior , gdb-patches@sourceware.org Subject: Re: [PATCH] An implementation of pipe to make I/O communication between gdb and shell. Message-ID: <20110804084245.GA32427@host1.jankratochvil.net> References: <20110802065411.GA23915@host1.jankratochvil.net> <20110802154450.GA19759@host1.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) 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/msg00064.txt.bz2 On Thu, 04 Aug 2011 09:51:14 +0200, Abhijit Halder wrote: > If in future some command started using gdb_stdin, then s/he can Google it out from your mailing list post. The GDB codebase should be as simple as possible for easier contributions. I really do not see any (normal) use for gdb_stdin in the GDB codebase now. > Please suggest me whether I should remove these (-r as well as -w) options. Yes. > I am still not fully familiar with GNU style. For us non-Emacsists http://www.gnu.org/prep/standards/standards.html suggests indent -nbad -bap -nbc -bbo -bl -bli2 -bls -ncdb -nce -cp1 -cs -di2 -ndj -nfc1 -nfca -hnl -i2 -ip5 -lp -pcs -psl -nsc -nsob I am sorry you did not comment on the idea of '>' / '>>' etc. redirections, I found find it also useful myself. Thanks, Jan