From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17721 invoked by alias); 17 Jul 2012 17:21:37 -0000 Received: (qmail 17712 invoked by uid 22791); 17 Jul 2012 17:21:36 -0000 X-SWARE-Spam-Status: No, hits=-6.3 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,SPF_HELO_PASS,T_RP_MATCHES_RCVD 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; Tue, 17 Jul 2012 17:21:18 +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 q6HHLFkp021334 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 17 Jul 2012 13:21:15 -0400 Received: from psique (ovpn-113-52.phx2.redhat.com [10.3.113.52]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q6HHLBrg006130; Tue, 17 Jul 2012 13:21:12 -0400 From: Sergio Durigan Junior To: "Terry Guo" Cc: "Eli Zaretskii" , Subject: Re: [PATCH]Fix that GDB will get hang on Windows when using pipe to get stdout and stderr from stub References: <000001cd5338$ded61b20$9c825160$%guo@arm.com> <83hatw8zn1.fsf@gnu.org> <000301cd59bd$ce1c8900$6a559b00$%guo@arm.com> <000101cd5f22$2371cdc0$6a556940$%guo@arm.com> <83k3yab0x6.fsf@gnu.org> <000301cd5fcf$838d31b0$8aa79510$%guo@arm.com> <83ehohblor.fsf@gnu.org> <000001cd6317$2d714cd0$8853e670$@guo@arm.com> <000a01cd63f1$29bf6650$7d3e32f0$@guo@arm.com> X-URL: http://www.redhat.com Date: Tue, 17 Jul 2012 17:21:00 -0000 In-Reply-To: <000a01cd63f1$29bf6650$7d3e32f0$@guo@arm.com> (Terry Guo's message of "Tue, 17 Jul 2012 15:52:48 +0800") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: 2012-07/txt/msg00234.txt.bz2 On Tuesday, July 17 2012, Terry Guo wrote: > Can you help to review the attached patch which should convert 8 spaces to a > TAB? Thanks. > BTW. I think I have write permission now. Yes, the patch is OK regarding this issue. I guess the patch was already approved, right? In this case, you can commit it without problems. -- Sergio