From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22729 invoked by alias); 1 May 2004 04:09:34 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 22721 invoked from network); 1 May 2004 04:09:31 -0000 Received: from unknown (HELO lakermmtao12.cox.net) (68.230.240.27) by sources.redhat.com with SMTP; 1 May 2004 04:09:31 -0000 Received: from white ([68.9.64.121]) by lakermmtao12.cox.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20040501040929.LLPF164.lakermmtao12.cox.net@white>; Sat, 1 May 2004 00:09:29 -0400 Received: from bob by white with local (Exim 3.35 #1 (Debian)) id 1BJlof-0004Ya-00; Sat, 01 May 2004 00:09:29 -0400 Date: Sat, 01 May 2004 04:09:00 -0000 From: Bob Rossi To: Nick Roberts Cc: Andrew Cagney , Stefan Weyergraf , gdb-patches@sources.redhat.com Subject: Re: [PATCH] implements MI "-file-list-exec-sections" (updated) Message-ID: <20040501040929.GB17480@white> Mail-Followup-To: Nick Roberts , Andrew Cagney , Stefan Weyergraf , gdb-patches@sources.redhat.com References: <16530.51947.983270.138336@nick.uklinux.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <16530.51947.983270.138336@nick.uklinux.net> User-Agent: Mutt/1.3.28i X-SW-Source: 2004-05/txt/msg00007.txt.bz2 On Fri, Apr 30, 2004 at 10:53:47PM +0100, Nick Roberts wrote: > > > > > Maybe it's worth mentioning, that GDB/CLI output for "info file" changes > > > > with this patch which will probably break programs that parse this. (I > > > > don't think such programs exist) > > > > I get the feeling that changing the CLI output of "info file" is a bad > > > idea. My hunch is that some front ends to GDB are calling that function. > > > One motivation of MI was to free us of this concern, we have to start > > somewhere. I should look at this in the morning. > > For information only, please note that gdb-ui.el (CVS Emacs) currently uses > CLI output from the following commands: > > info source > info breakpoints > where > info threads > info registers > info locals > disassemble > info frame > > I plan to put a more basic version that uses GDB/MI into CVS as soon as Emacs > is released, whenever that might be. Andrew, if you are planning to change CLI > output could you please convey this to Richard Stallman, so that there can be > some co-ordination of schedule between GDB and Emacs. I think everyone agrees, changing the CLI would be the worst possible thing GDB could do. What other options are there? For some unfortunate reason, every front end would break in some subtle way if the output of the CLI was modified. In some way, it doesn't really make sense to just coordinate GDB with Emacs and not every other front end, right? Bob Rossi