From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26365 invoked by alias); 8 Aug 2006 06:45:17 -0000 Received: (qmail 26356 invoked by uid 22791); 8 Aug 2006 06:45:17 -0000 X-Spam-Check-By: sourceware.org Received: from brmea-mail-3.Sun.COM (HELO brmea-mail-3.sun.com) (192.18.98.34) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 08 Aug 2006 06:45:13 +0000 Received: from fe-amer-03.sun.com ([192.18.108.177]) by brmea-mail-3.sun.com (8.13.6+Sun/8.12.9) with ESMTP id k786jBGW023958 for ; Tue, 8 Aug 2006 00:45:12 -0600 (MDT) Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) id <0J3O00C011J6BR00@mail-amer.sun.com> (original mail from Nikolay.Molchanov@Sun.COM) for gdb@sourceware.org; Tue, 08 Aug 2006 00:45:11 -0600 (MDT) Received: from [172.16.1.35] ([69.106.253.60]) by mail-amer.sun.com (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPSA id <0J3O00LBN2RASUE1@mail-amer.sun.com> for gdb@sourceware.org; Tue, 08 Aug 2006 00:45:11 -0600 (MDT) Date: Tue, 08 Aug 2006 06:45:00 -0000 From: Nikolay Molchanov Subject: Why gdb 6.5 prints fullname in /cygdrive/... format om Windows? To: gdb@sourceware.org Reply-to: Nikolay.Molchanov@Sun.COM Message-id: <44D832EE.2040405@sun.com> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7BIT User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) 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/msg00044.txt.bz2 Hello! I'm looking for a setting that will force gdb 6.5 to print full file names on Windows in the same format as gdb 6.4 and previous gdb versions. Previously gdb printed messages like this one: -break-insert main ^done,bkpt={number="1",type="breakpoint",disp="keep", enabled="y",addr="0x00401075",func="main",file="t1.c", fullname="c:/users/nik/t1/t1.c",line="2",times="0"} ^^^^^^^^^^^^^^^^^^^^ New version, gdb 6.5, prints fullname using another format: -break-insert main ^done,bkpt={number="1",type="breakpoint",disp="keep", enabled="y",addr="0x00401075",func="main",file="t1.c", fullname="/cygdrive/c/users/nik/t1/t1.c",line="2",times="0"} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Is it a bug or it is an intentional change? Is there a way to force gdb to print fullname in format, compatible with gdb 6.4 and previous versions (c:/...)? Thanks in advance, Nikolay Molchanov