From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14998 invoked by alias); 24 Jul 2013 03:46:24 -0000 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 Received: (qmail 14973 invoked by uid 89); 24 Jul 2013 03:46:24 -0000 X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_40,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RDNS_NONE,SPF_SOFTFAIL autolearn=no version=3.3.1 Received: from Unknown (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 24 Jul 2013 03:46:22 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MQF00D008ZYUB00@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Wed, 24 Jul 2013 06:46:13 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MQF00D4F951G2B0@a-mtaout21.012.net.il>; Wed, 24 Jul 2013 06:46:13 +0300 (IDT) Date: Wed, 24 Jul 2013 03:46:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] native mingw32 gdb, eol format In-reply-to: <87haflxace.fsf@fleche.redhat.com> To: Tom Tromey Cc: yao@codesourcery.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83r4eowrgh.fsf@gnu.org> References: <1373936767-14858-1-git-send-email-yao@codesourcery.com> <83ppuj2p7r.fsf@gnu.org> <51E9DBD4.4070605@codesourcery.com> <87a9ldyu8k.fsf@fleche.redhat.com> <83siz5w0ve.fsf@gnu.org> <87haflxace.fsf@fleche.redhat.com> X-SW-Source: 2013-07/txt/msg00556.txt.bz2 > From: Tom Tromey > Cc: yao@codesourcery.com, gdb-patches@sourceware.org > Date: Tue, 23 Jul 2013 14:58:09 -0600 > > >>>>> "Eli" == Eli Zaretskii writes: > > Eli> How about a special option to GDB, which would switch the GDB standard > Eli> streams to binary mode? > > I wouldn't even mind that, though I think an option that is only > useful to the test suite is not as nice as localizing the fix to the > test suite somehow. If the fix can be localized, I agree. Btw, the same option could also take care of the buffering issue, which was discussed elsewhere yesterday.