From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20696 invoked by alias); 8 Aug 2006 10:36:37 -0000 Received: (qmail 20688 invoked by uid 22791); 8 Aug 2006 10:36:37 -0000 X-Spam-Check-By: sourceware.org Received: from viper.snap.net.nz (HELO viper.snap.net.nz) (202.37.101.8) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 08 Aug 2006 10:36:34 +0000 Received: from kahikatea.snap.net.nz (p202-124-124-64.snap.net.nz [202.124.124.64]) by viper.snap.net.nz (Postfix) with ESMTP id 1479A77F59E; Tue, 8 Aug 2006 22:36:29 +1200 (NZST) Received: by kahikatea.snap.net.nz (Postfix, from userid 500) id D344CBE3E8; Tue, 8 Aug 2006 22:34:48 +1200 (NZST) From: Nick Roberts MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17624.26822.63634.129976@kahikatea.snap.net.nz> Date: Tue, 08 Aug 2006 10:36:00 -0000 To: Nikolay.Molchanov@Sun.COM Cc: gdb@sourceware.org Subject: Why gdb 6.5 prints fullname in /cygdrive/... format om Windows? In-Reply-To: <44D832EE.2040405@sun.com> References: <44D832EE.2040405@sun.com> X-Mailer: VM 7.19 under Emacs 22.0.50.4 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/msg00047.txt.bz2 > 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"} > ^^^^^^^^^^^^^^^^^^^^ Is this real output? I thought the fullname field for breakpoints was only added in February of this year: 2006-02-06 Vladimir Prus * breakpoint.c (print_one_breakpoint): For MI-like UI, output fullname field. Could you be confusing it with other output e.g when execution stops: *stopped,reason="breakpoint-hit",bkptno="1",thread-id="0",frame={addr="0x08048504",func="main",args=[],file="myprog.c",fullname="/home/nickrob/myprog.c",line="57"} where there has been a fullname field for longer? After you've set your breakpoint at main, what output do you get when you do "-exec-run"? -- Nick http://www.inet.net.nz/~nickrob