From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11150 invoked by alias); 11 Oct 2006 13:57:26 -0000 Received: (qmail 11142 invoked by uid 22791); 11 Oct 2006 13:57:25 -0000 X-Spam-Check-By: sourceware.org Received: from lon-del-01.spheriq.net (HELO lon-del-01.spheriq.net) (195.46.50.97) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 11 Oct 2006 13:57:17 +0000 Received: from lon-out-03.spheriq.net ([195.46.50.131]) by lon-del-01.spheriq.net with ESMTP id k9BDvCeT005957 for ; Wed, 11 Oct 2006 13:57:12 GMT Received: from lon-cus-01.spheriq.net (lon-cus-01.spheriq.net [195.46.50.37]) by lon-out-03.spheriq.net with ESMTP id k9BDvA08016523 for ; Wed, 11 Oct 2006 13:57:11 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by lon-cus-01.spheriq.net with ESMTP id k9BDv82L002372 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Wed, 11 Oct 2006 13:57:09 GMT Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id D2902DA42; Wed, 11 Oct 2006 13:57:03 +0000 (GMT) Received: from mail1.bri.st.com (mail1.bri.st.com [164.129.8.218]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 5BBB6473BA; Wed, 11 Oct 2006 13:57:03 +0000 (GMT) Received: from [164.129.15.13] (bri1043.bri.st.com [164.129.15.13]) by mail1.bri.st.com (MOS 3.5.8-GR) with ESMTP id CIC24284 (AUTH stubbsa); Wed, 11 Oct 2006 14:57:01 +0100 (BST) Message-ID: <452CF82D.9080000@st.com> Date: Wed, 11 Oct 2006 13:57:00 -0000 From: Andrew STUBBS User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Denis PILAT , Eli Zaretskii , gdb-patches@sourceware.org Subject: Re: '\r' only end-of-line References: <452A6905.1040308@st.com> <452B9EB9.4040709@st.com> <452BB767.5000407@st.com> <452CC287.4050401@st.com> <20061011133254.GA25164@nevyn.them.org> In-Reply-To: <20061011133254.GA25164@nevyn.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-10/txt/msg00112.txt.bz2 Daniel Jacobowitz wrote: > At CodeSourcery, as we've said before, we ship a native Windows GDB > and GCC. But for a lot of things we have no way to test the native > Windows GDB - can't use Cygwin's expect to drive it. Huh? I can and do. Admittedly I haven't got the Dejagnu testsuite running, but that's just because Cygwin's Dejagnu is too old and I haven't had time to do anything about it. Expect is also quite old, at least in the not-so-recent Cygwin I have here, but it runs my own tests quite happily as long as I keep the regular expressions simple. Andrew