From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5911 invoked by alias); 11 Oct 2006 14:44:37 -0000 Received: (qmail 5901 invoked by uid 22791); 11 Oct 2006 14:44:37 -0000 X-Spam-Check-By: sourceware.org Received: from fra-del-03.spheriq.net (HELO fra-del-03.spheriq.net) (195.46.51.99) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 11 Oct 2006 14:44:29 +0000 Received: from fra-out-03.spheriq.net (fra-out-03.spheriq.net [195.46.51.131]) by fra-del-03.spheriq.net with ESMTP id k9BEiNnw022519 for ; Wed, 11 Oct 2006 14:44:23 GMT Received: from fra-cus-01.spheriq.net (fra-cus-01.spheriq.net [195.46.51.37]) by fra-out-03.spheriq.net with ESMTP id k9BEi4xM005601 for ; Wed, 11 Oct 2006 14:44:04 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by fra-cus-01.spheriq.net with ESMTP id k9BEi0re023913 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Wed, 11 Oct 2006 14:44:03 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 CBECADA92; Wed, 11 Oct 2006 14:42:08 +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 8D73D473C6; Wed, 11 Oct 2006 14:42:08 +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 CIC24799 (AUTH stubbsa); Wed, 11 Oct 2006 15:42:07 +0100 (BST) Message-ID: <452D02BE.30502@st.com> Date: Wed, 11 Oct 2006 14:44: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> <452CF82D.9080000@st.com> <20061011140049.GA26227@nevyn.them.org> In-Reply-To: <20061011140049.GA26227@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/msg00114.txt.bz2 Daniel Jacobowitz wrote: > I am pretty sure you'll get nasty lossage from, e.g., GDB thinking it's > not connected to a terminal. Error messages will show up after > prompts, and questions will be suppressed. Yes, in the absence of a better solution, we have gdb_has_a_terminal always return 1 for MinGW. It means that it doesn't work right for pipes, but without this it does not work right in normal interactive mode, which is worse. As far as I am aware this is a normal MinGW problem, not limited to use with Expect. Andrew Stubbs