From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19868 invoked by alias); 20 Jul 2013 06:55:38 -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 19746 invoked by uid 89); 20 Jul 2013 06:55:38 -0000 X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_50,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; Sat, 20 Jul 2013 06:55:35 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MQ80020036DO000@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Sat, 20 Jul 2013 09:55:27 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MQ8002XZ38FNQ00@a-mtaout21.012.net.il>; Sat, 20 Jul 2013 09:55:27 +0300 (IDT) Date: Sat, 20 Jul 2013 06:55:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] native mingw32 gdb, eol format In-reply-to: <51E9DBD4.4070605@codesourcery.com> To: Yao Qi Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <837gglzpn7.fsf@gnu.org> References: <1373936767-14858-1-git-send-email-yao@codesourcery.com> <83ppuj2p7r.fsf@gnu.org> <51E9DBD4.4070605@codesourcery.com> X-SW-Source: 2013-07/txt/msg00474.txt.bz2 > Date: Sat, 20 Jul 2013 08:37:40 +0800 > From: Yao Qi > CC: > > > This is a problem with the test suite, so please fix it in the test > > suite. If you_must_ make the change in GDB, please introduce some > > specialized option to do that. But changing the default behavior like > > that is IMO a no-starter. > > Looks fixing the testsuite to allow '\r\r\n' is a promising approach, > however it is not a small piece of work. The patch below is a > proof-of-concept implementation, and we need to apply the change (\r > -> ${cr}) to the testsuite. Please let me know is it what you > want, and then I can evaluate how much efforts are needed here. It is fine with me, but I don't know enough about the test suite to give you a definitive approval. I'm sure others will respond. Thanks.