From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31321 invoked by alias); 22 Apr 2004 22:22:32 -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 31312 invoked from network); 22 Apr 2004 22:22:31 -0000 Received: from unknown (HELO lakermmtao08.cox.net) (68.230.240.31) by sources.redhat.com with SMTP; 22 Apr 2004 22:22:31 -0000 Received: from white ([68.9.64.121]) by lakermmtao08.cox.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20040422222232.WVML10595.lakermmtao08.cox.net@white>; Thu, 22 Apr 2004 18:22:32 -0400 Received: from bob by white with local (Exim 3.35 #1 (Debian)) id 1BGcHm-0001t6-00; Thu, 22 Apr 2004 07:22:30 -0400 Date: Thu, 22 Apr 2004 22:22:00 -0000 From: Bob Rossi To: Stefan Weyergraf Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] implements MI "-file-list-exec-sections" (updated) Message-ID: <20040422112230.GA7237@white> Mail-Followup-To: Stefan Weyergraf , gdb-patches@sources.redhat.com References: <200404222356.57808.stefan@weyergraf.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200404222356.57808.stefan@weyergraf.de> User-Agent: Mutt/1.3.28i X-SW-Source: 2004-04/txt/msg00553.txt.bz2 On Thu, Apr 22, 2004 at 11:56:36PM +0200, Stefan Weyergraf wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Resubmitting updated (against current CVS) patch. Includes changes to GDB/MI > and docs. No test case yet. > 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. Bob Rossi