From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16609 invoked by alias); 20 Mar 2009 20:53:43 -0000 Received: (qmail 16597 invoked by uid 22791); 20 Mar 2009 20:53:42 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 20 Mar 2009 20:53:37 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 52ED910D44; Fri, 20 Mar 2009 20:53:35 +0000 (GMT) Received: from caradoc.them.org (209.195.188.212.nauticom.net [209.195.188.212]) by nan.false.org (Postfix) with ESMTP id 0E9A010B26; Fri, 20 Mar 2009 20:53:34 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1Lklie-0003uS-QE; Fri, 20 Mar 2009 16:53:32 -0400 Date: Fri, 20 Mar 2009 21:54:00 -0000 From: Daniel Jacobowitz To: Joel Brobecker Cc: Jan Kratochvil , gdb-patches@sourceware.org Subject: Re: [patch] Racy FAIL: gdb.base/auxv.exp + gdb.base/callfuncs.exp [Re: [patch/rfc] Recognize non-DW_AT_location symbols] Message-ID: <20090320205332.GA14766@caradoc.them.org> Mail-Followup-To: Joel Brobecker , Jan Kratochvil , gdb-patches@sourceware.org References: <20090316202040.GA27070@host0.dyn.jankratochvil.net> <20090320150248.GA12530@adacore.com> <20090320182215.GC12530@adacore.com> <20090320183838.GA8318@host0.dyn.jankratochvil.net> <20090320191841.GE12530@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090320191841.GE12530@adacore.com> User-Agent: Mutt/1.5.17 (2008-05-11) 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: 2009-03/txt/msg00417.txt.bz2 On Fri, Mar 20, 2009 at 03:18:41PM -0400, Joel Brobecker wrote: > But I have a question: Does anyone know who is responsible for us > getting CR/LF as line-endings even on Unix? Is that expect? dejagnu? > our gdb-testsuite framework? I can't find any information on the web > nor find a clue in gdb/testsuite/lib :-(. It's expect. Expect creates a pseudo-terminal (pty). The kernel does normal terminal processing on it, which includes carriage returns. I'm not sure how this works out on Cygwin, but I assume the principle is the same and only the actors are different. -- Daniel Jacobowitz CodeSourcery