From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17017 invoked by alias); 8 Aug 2006 17:36:33 -0000 Received: (qmail 17009 invoked by uid 22791); 8 Aug 2006 17:36:32 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 08 Aug 2006 17:36:29 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 8B69D48CBFB; Tue, 8 Aug 2006 13:36:27 -0400 (EDT) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 03795-01-2; Tue, 8 Aug 2006 13:36:27 -0400 (EDT) Received: from takamaka.act-europe.fr (unknown [70.71.0.212]) by nile.gnat.com (Postfix) with ESMTP id 256AA48CBD6; Tue, 8 Aug 2006 13:36:27 -0400 (EDT) Received: by takamaka.act-europe.fr (Postfix, from userid 507) id CABAC47EFA; Tue, 8 Aug 2006 10:36:25 -0700 (PDT) Date: Tue, 08 Aug 2006 17:36:00 -0000 From: Joel Brobecker To: Bob Rossi Cc: Nikolay.Molchanov@Sun.COM, gdb@sourceware.org Subject: Re: Why gdb 6.5 prints fullname in /cygdrive/... format om Windows? Message-ID: <20060808173625.GG1385@adacore.com> 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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060808173127.GA27456@brasko.net> User-Agent: Mutt/1.4i 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/msg00053.txt.bz2 > However, front ends that compile natively to windows but are using > cygwin's GDB will have trouble with this. Is the intention to exclude > those front ends from understanding this information? I think that you'll need to add a special case in your front-end to handle that. Even though GPS is not using cygwin, it does handle cygwin paths without any problem. -- Joel