From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24555 invoked by alias); 24 Jan 2006 14:48:09 -0000 Received: (qmail 24547 invoked by uid 22791); 24 Jan 2006 14:48:09 -0000 X-Spam-Check-By: sourceware.org Received: from zigzag.lvk.cs.msu.su (HELO zigzag.lvk.cs.msu.su) (158.250.17.23) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 24 Jan 2006 14:48:08 +0000 Received: from Debian-exim by zigzag.lvk.cs.msu.su with spam-scanned (Exim 4.50) id 1F1PSk-0002SA-Bj for gdb@sources.redhat.com; Tue, 24 Jan 2006 17:48:05 +0300 Received: from zigzag.lvk.cs.msu.su ([158.250.17.23]) by zigzag.lvk.cs.msu.su with esmtp (Exim 4.50) id 1F1PSk-0002Rx-9T for gdb@sources.redhat.com; Tue, 24 Jan 2006 17:48:02 +0300 From: Vladimir Prus To: gdb@sources.redhat.com Subject: Re: MI -break-info command issues Date: Tue, 24 Jan 2006 15:02:00 -0000 User-Agent: KMail/1.7.2 References: <20060124144449.GE28357@brasko.net> In-Reply-To: <20060124144449.GE28357@brasko.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200601241748.01919.ghost@cs.msu.su> 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-01/txt/msg00236.txt.bz2 On Tuesday 24 January 2006 17:44, Bob Rossi wrote: > > Playing with MI -break-info command with gdb 6.4, I notice two issues. > > > > 1. The command does not print the full name (i.e. absolute) of the file > > where the breakpoint is. That is pretty bad for integrating with GUIs. > > Did I miss some other command? Is there a way to get full name of the > > file? > > You can use -file-list-exec-source-file and > -file-list-exec-source-files. > However, I thought someone already added > the fullname to the breakpoint output. Try CVS. No, still not fullname in CVS. > If they have not, this > would be an obvious improvement and patches are welcome. Understood. - Volodya