From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30966 invoked by alias); 22 Nov 2005 08:01:20 -0000 Received: (qmail 30956 invoked by uid 22791); 22 Nov 2005 08:01:19 -0000 X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 22 Nov 2005 08:01:16 +0000 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1EeT4j-0004Ci-Ay for gdb@sources.redhat.com; Tue, 22 Nov 2005 09:00:25 +0100 Received: from zigzag.lvk.cs.msu.su ([158.250.17.23]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Nov 2005 09:00:25 +0100 Received: from ghost by zigzag.lvk.cs.msu.su with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Nov 2005 09:00:25 +0100 To: gdb@sources.redhat.com From: Vladimir Prus Subject: Anon CVS (Was: MI: full file name) Date: Tue, 22 Nov 2005 08:01:00 -0000 Message-ID: References: <20051121144538.GB14604@white> <200511211753.07423.ghost@cs.msu.su> <20051121145453.GC14604@white> <20051121150732.GA20963@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit User-Agent: KNode/0.8.2 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: 2005-11/txt/msg00465.txt.bz2 Daniel Jacobowitz wrote: > On Mon, Nov 21, 2005 at 09:54:53AM -0500, Bob Rossi wrote: >> On Mon, Nov 21, 2005 at 05:53:06PM +0300, Vladimir Prus wrote: >> > On Monday 21 November 2005 17:45, Bob Rossi wrote: >> > > > 1. Can I get full file name in MI output somehow? >> > > >> > > -file-list-exec-source-file >> > >> > Thanks. >> > >> > Is there any reason why I need separate MI command? Can't "*stopped" >> > packet include full file name as well? >> >> I believe this is in the works. Actually, this might already work with >> mi2 or latest CVS. Maybe someone else knows better. I've been very busy, >> and haven't had time to keep up. > > Looks like it's been done in 6.4: Indeed, just tried in 6.4 snapshot, and it works. Thanks. BTW, it's pretty hard to get CVS version of gdb. On, http://www.gnu.org/software/gdb/current/, under "Read-only CVS", I read: A weekly snapshot (gdb+dejagnu-CVS-YYYYMMDD.tar.bz2) of the sources checked out using CVS is available for download from the current snapshot directory. ..... Once you have downloaded and unpacked this snapshot, you can cd to the src directory and use the command: cvs update But the snapshot directory does not have any file following that pattern. There's only "gdb+dejagnu.tar.bz2", that does not have "CVS" directories. Later: Alternativly, you can check out a copy of the CVS repository directly using the command: cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/src co gdb+dejagnu That works, but then configure dies with: configure: error: cannot find install-sh or install.sh in `cd .;pwd`/.. ./`cd .;pwd`/.. The only working solution is to download "gdb-weekly-CVS-YYYYYMMDD.tar.bz2". Maybe the page should be fixed? - Volodya