From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4015 invoked by alias); 10 Feb 2004 20:29:11 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 4008 invoked from network); 10 Feb 2004 20:29:10 -0000 Received: from unknown (HELO demos.bsdclusters.com) (69.55.225.36) by sources.redhat.com with SMTP; 10 Feb 2004 20:29:10 -0000 Received: from demos.bsdclusters.com (demos [69.55.225.36]) by demos.bsdclusters.com (8.12.8p1/8.12.8) with ESMTP id i1AKSrEK021905; Tue, 10 Feb 2004 12:28:53 -0800 (PST) (envelope-from kmacy@fsmware.com) Received: from localhost (kmacy@localhost) by demos.bsdclusters.com (8.12.8p1/8.12.8/Submit) with ESMTP id i1AKSrKH021902; Tue, 10 Feb 2004 12:28:53 -0800 (PST) X-Authentication-Warning: demos.bsdclusters.com: kmacy owned process doing -bs Date: Tue, 10 Feb 2004 20:29:00 -0000 From: Kip Macy X-X-Sender: kmacy@demos.bsdclusters.com To: Bob Rossi cc: gdb@sources.redhat.com Subject: Re: -file-list-exec-source-files output In-Reply-To: <20040210201749.GA1220@white> Message-ID: <20040210122553.H19959@demos.bsdclusters.com> References: <20040210201749.GA1220@white> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2004-02/txt/msg00091.txt.bz2 I think so. Thanks. On a sidenote - linking in libperl doesn't work as cleanly as advertised. I think I'll be moving perl into a separate process much earlier than I had initially expected. It sounds like you've done some work that would make that easier for me. Maybe we should coordinate? -Kip On Tue, 10 Feb 2004, Bob Rossi wrote: > Date: Fri, 6 Feb 2004 23:41:12 -0500 > From: Bob Rossi > To: Kip Macy > Cc: Andrew Cagney , gdb@sources.redhat.com > Subject: Re: -file-list-exec-source-files implementation > > On Fri, Feb 06, 2004 at 06:27:45PM -0800, Kip Macy wrote: > > > > > > For the new mi command, it looks like this, > > > -file-list-exec-source-files > > > ^done,psymtab_file="/build/buildd/glibc-2.3.2.ds1/build-tree/i386-libc/csu/crtn.S",psymtab_file="/build/buildd/glibc-2.3.2.ds1/build-tree/i386-libc/csu/crti.S",psymtab_file="init.c",psymtab_fullname="/home/bob/cvs/src/src/src/gdb/init.c",psymtab_file="../sysdeps/i386/elf/start.S",psymtab_file="test.c",psymtab_fullname="/home/bob/cvs/src/src/src/gdb/test.c" > > > > > > Any objections or suggestions? > > > > Plenty of other commands violate the grammar as specified in the > > documentation, so it doesn't really matter, but technically it > > should be something like: > > > > ^done,symfiles=[psymtab_file="filename", ...] > > Does anyone know if the appropriate output would be something like > below? > > ^done,symfiles={symfile=[{filename="foo.c",fullname="/home/.../foo.c"}],symfile=[{...}]}, > psymfiles={psymfile=[{filename="bar.c",fullname="/home/.../bar.c"}]} > > That groups the symfiles and the psymfiles. While grouping each > individual symfile and psymfile. > > > > I am waiting to see if this output would be appropriate. Is it? > > Thanks, > Bob Rossi >