From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27796 invoked by alias); 25 Jul 2013 12:08: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 27767 invoked by uid 89); 25 Jul 2013 12:08:23 -0000 X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_50,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RDNS_NONE autolearn=no version=3.3.1 Received: from Unknown (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 25 Jul 2013 12:08:22 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1V2KL8-0005vM-Pt from Yao_Qi@mentor.com for gdb-patches@sourceware.org; Thu, 25 Jul 2013 05:08:14 -0700 Received: from SVR-ORW-FEM-03.mgc.mentorg.com ([147.34.97.39]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 25 Jul 2013 05:08:14 -0700 Received: from qiyao.dyndns.org (147.34.91.1) by svr-orw-fem-03.mgc.mentorg.com (147.34.97.39) with Microsoft SMTP Server id 14.2.247.3; Thu, 25 Jul 2013 05:08:13 -0700 Message-ID: <51F11502.1070104@codesourcery.com> Date: Thu, 25 Jul 2013 12:08:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130110 Thunderbird/17.0.2 MIME-Version: 1.0 To: Subject: Re: [PATCH 1/3] New option --cygwin-tty. References: <1374728963-25187-1-git-send-email-yao@codesourcery.com> <1374728963-25187-2-git-send-email-yao@codesourcery.com> <000901ce8909$dd069470$9713bd50$@muller@ics-cnrs.unistra.fr> <51F0D9D2.1090804@codesourcery.com> <20130725081820.GA11021@calimero.vinschen.de> <51F0EA14.1070900@codesourcery.com> <20130725101948.GA30499@calimero.vinschen.de> In-Reply-To: <20130725101948.GA30499@calimero.vinschen.de> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-SW-Source: 2013-07/txt/msg00610.txt.bz2 On 07/25/2013 06:19 PM, Corinna Vinschen wrote: >> What is the minimum version of cygwin required for this example? In >> >cygwin 1.7.20, the file name is >> >"\cygwin-8c26184c318518a4-pty0-from-master", while in 1.7.9, it is >> >"\cygwin-c5e39b7a9d22bafb-tty0-from-master". > Read the source code comments. The hex number is a per-installation > hash value which does not tell anything about the Cygwin version. The > earliest supported Cygwin version is 1.7.0, so the answer is "all of > them" for all practical purposes. My point was about the "pty0" vs "tty0" difference in the file name. If the difference is expected, I'll update the name pattern in the code. Your example expects to see "pty". -- Yao (齐尧)