From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32502 invoked by alias); 9 Aug 2006 09:17:24 -0000 Received: (qmail 32492 invoked by uid 22791); 9 Aug 2006 09:17:24 -0000 X-Spam-Check-By: sourceware.org Received: from lon-del-04.spheriq.net (HELO lon-del-04.spheriq.net) (195.46.50.101) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 09 Aug 2006 09:17:22 +0000 Received: from lon-out-02.spheriq.net ([195.46.50.130]) by lon-del-04.spheriq.net with ESMTP id k799HIs3007876 for ; Wed, 9 Aug 2006 09:17:18 GMT Received: from lon-cus-02.spheriq.net (lon-cus-02.spheriq.net [195.46.50.38]) by lon-out-02.spheriq.net with ESMTP id k799HGuf009147 for ; Wed, 9 Aug 2006 09:17:16 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by lon-cus-02.spheriq.net with ESMTP id k799HFWp022909 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK) for ; Wed, 9 Aug 2006 09:17:15 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 D02F0DA41 for ; Wed, 9 Aug 2006 09:17:14 +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 93C7247328 for ; Wed, 9 Aug 2006 09:17:14 +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 CHW82015 (AUTH stubbsa); Wed, 9 Aug 2006 10:17:13 +0100 (BST) Message-ID: <44D9A819.1010007@st.com> Date: Wed, 09 Aug 2006 09:17:00 -0000 From: Andrew STUBBS User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: gdb@sourceware.org Subject: Re: Why gdb 6.5 prints fullname in /cygdrive/... format om Windows? References: <44D832EE.2040405@sun.com> <17624.26822.63634.129976@kahikatea.snap.net.nz> <20060808131823.GB16362@nevyn.them.org> <20060808152923.GA23703@trixie.casa.cgf.cx> <20060808173127.GA27456@brasko.net> <20060808173555.GA24654@nevyn.them.org> In-Reply-To: <20060808173555.GA24654@nevyn.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-08/txt/msg00066.txt.bz2 Daniel Jacobowitz wrote: > A non-Cygwin application can convert the Cygwin paths to Windows paths > (by dynamic loading of Cygwin if it's present). Interesting idea. How's it done? I'm not suggesting GDB do such a thing, but it sounds like a useful trick for my own purposes. Andrew