From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16457 invoked by alias); 8 Aug 2006 19:27:42 -0000 Received: (qmail 16449 invoked by uid 22791); 8 Aug 2006 19:27:41 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Tue, 08 Aug 2006 19:27:38 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1GAXEm-0007Ly-6Z for gdb@sourceware.org; Tue, 08 Aug 2006 15:27:36 -0400 Date: Tue, 08 Aug 2006 19:27:00 -0000 From: Daniel Jacobowitz To: gdb@sourceware.org Subject: Re: Why gdb 6.5 prints fullname in /cygdrive/... format on Windows? Message-ID: <20060808192736.GA28200@nevyn.them.org> Mail-Followup-To: gdb@sourceware.org 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> <20060808173625.GG1385@adacore.com> <44D8E4C2.8080500@Sun.COM> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44D8E4C2.8080500@Sun.COM> User-Agent: Mutt/1.5.11+cvs20060403 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/msg00056.txt.bz2 On Tue, Aug 08, 2006 at 12:23:46PM -0700, Nikolay Molchanov wrote: > Is it possible to add a gdb command or setting to print full name in > Windows format? I think this would be a very bad idea. GDB outputs paths in its native format. If you're using something with a different native format, why should GDB have to know about that? It's not hard to convert. If you know a path is a Cygwin path, you can use a standalone program (talk to it over a pipe) that invokes cygwin_conv_to_windows_path or however it's spelled. -- Daniel Jacobowitz CodeSourcery