From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 121030 invoked by alias); 13 Aug 2019 02:18:49 -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 121022 invoked by uid 89); 13 Aug 2019 02:18:49 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-10.2 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: esa3.mentor.iphmx.com Received: from esa3.mentor.iphmx.com (HELO esa3.mentor.iphmx.com) (68.232.137.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 13 Aug 2019 02:18:47 +0000 IronPort-SDR: gHikhhALhq1C6lfmnwPb3Agx5RAdyO9Rp4FacEAm3Ymla4573LWkQKROlSeyEepiAdPTVn8M6N m822HWJz1vY8mcqSMDVBIcUw1gpee/RF8A9wfg3y0vsu1Gl+j4BY8bIpwUQY2C8cSx35LF/rYu a+mwAy5n/8Uv7xoWPLqv4b7OvvsL9X6W9/pvGuMe0kz8JYajB6gpRMCr0p0VNBumkxsIHGhMU8 20hdR9Z5Rmo/d+RR3dnBOrYn5/bxQZsfxm27kjW+UUsZ21iR5MqRgEpwODUojIapynoOyCwRwV nMY= Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa3.mentor.iphmx.com with ESMTP; 12 Aug 2019 18:18:45 -0800 IronPort-SDR: MvtzXzlkNuyG5QVGNoyPfx6HLp6XQ7VuyTYH0nZv5LBqiFJBr/2yqHr2NrdolOVdUTWvlRoAXG SPzQ+4tL/eFWfu0LlGBeOMbPyHMXQdWDSLRqjKhhNWVk3YWIMNl/InxYyjKkgOeSL71wX04FtK wq39TTezBTkXYtPo+t7sWpWLzZ8sYNNpq7ytyu6h/PG029XOJS6Y2BBQO0ag1QjQNe4I4R7A/K ASDR0jM68erCW6gFrYxa0bg0Ms38ByZLqfSYrMYJ4U+xz/MhwFobilqIrLuTWmsOQSm5gBqh2M 010= Subject: Re: [patch, testsuite] Fixes for gdb.python tests on remote Windows host To: Christian Biesinger CC: "gdb-patches@sourceware.org" References: <59beb385-aec5-13b8-6095-3c7eb18f94be@codesourcery.com> From: Sandra Loosemore Message-ID: <876b1691-f90a-5944-3c7e-d756fc2114ce@codesourcery.com> Date: Tue, 13 Aug 2019 02:18:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Return-Path: sandra@codesourcery.com X-SW-Source: 2019-08/txt/msg00259.txt.bz2 On 8/12/19 7:34 PM, Christian Biesinger wrote: > Do the mingw checks in this patch also need to consider cygwin? E.g.: > This GDB was configured as "x86_64-pc-cygwin". I believe they are completely separate targets. I don't know much about cygwin, but I assume that Python built for cygwin library is linked with the cygwin C library and understands cygwin's fake symbolic links, while Python built for the mingw C library certainly does not. Similarly, using ";" instead of ":" in PATH-like things is a Windows thing, while I'm pretty sure cygwin emulates the POSIX syntax. -Sandra