From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30150 invoked by alias); 10 Feb 2004 21:59:47 -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 30142 invoked from network); 10 Feb 2004 21:59:46 -0000 Received: from unknown (HELO localhost.redhat.com) (216.129.200.20) by sources.redhat.com with SMTP; 10 Feb 2004 21:59:46 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 41C502B92; Tue, 10 Feb 2004 16:59:45 -0500 (EST) Message-ID: <40295451.1060302@gnu.org> Date: Tue, 10 Feb 2004 21:59:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 MIME-Version: 1.0 To: Kip Macy , Bob Rossi Cc: gdb@sources.redhat.com Subject: Re: -file-list-exec-source-files implementation References: <20031216001040.GA7871@white> <3FF324DC.2090801@gnu.org> <20040207022317.GA7882@white> <20040206182551.R45697@demos.bsdclusters.com> <20040207044112.GA383@white> <20040207110106.S36507@demos.bsdclusters.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-02/txt/msg00093.txt.bz2 > ^done,symfiles={symfile=[{filename="foo.c",fullname="/home/.../foo.c"}],symfile=[{...}]}, >> psymfiles={psymfile=[{filename="bar.c",fullname="/home/.../bar.c"}]} > > > I can't say if this output would be "appropriate", but it is more in > line with the documented MI grammar. It's certainly closer (yes trying to get it right is important :-). I think it should simply be: ^done,files=[{filename="bar.c",fullname="/foo/bar.c"},...] Since symtab and psymtab are internal implementation details they shouldn't be revealed by this command. Andrew (don't forget doco and test updates)