From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17172 invoked by alias); 7 Feb 2004 02:27:51 -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 17165 invoked from network); 7 Feb 2004 02:27:50 -0000 Received: from unknown (HELO demos.bsdclusters.com) (69.55.225.36) by sources.redhat.com with SMTP; 7 Feb 2004 02:27:50 -0000 Received: from demos.bsdclusters.com (demos [69.55.225.36]) by demos.bsdclusters.com (8.12.8p1/8.12.8) with ESMTP id i172RjUB072320; Fri, 6 Feb 2004 18:27:45 -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 i172Rj8O072317; Fri, 6 Feb 2004 18:27:45 -0800 (PST) X-Authentication-Warning: demos.bsdclusters.com: kmacy owned process doing -bs Date: Sat, 07 Feb 2004 02:27:00 -0000 From: Kip Macy X-X-Sender: kmacy@demos.bsdclusters.com To: Bob Rossi cc: Andrew Cagney , gdb@sources.redhat.com Subject: Re: -file-list-exec-source-files implementation In-Reply-To: <20040207022317.GA7882@white> Message-ID: <20040206182551.R45697@demos.bsdclusters.com> References: <20031216001040.GA7871@white> <3FF324DC.2090801@gnu.org> <20040207022317.GA7882@white> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2004-02/txt/msg00072.txt.bz2 > > 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", ...] -Kip