From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29214 invoked by alias); 3 Apr 2003 02:54:28 -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 29207 invoked from network); 3 Apr 2003 02:54:27 -0000 Received: from unknown (HELO odin.inter.net.il) (192.114.186.10) by sources.redhat.com with SMTP; 3 Apr 2003 02:54:27 -0000 Received: from zaretsky (adsl-ayalon-pc-128-36.inter.net.il [213.8.128.36]) by odin.inter.net.il (Mirapoint Messaging Server MOS 3.2.2-GA) with ESMTP id BBD14675; Thu, 3 Apr 2003 05:54:23 +0300 (IDT) Date: Thu, 03 Apr 2003 02:54:00 -0000 From: "Eli Zaretskii" To: bob_rossi@cox.net Message-Id: <9743-Thu03Apr2003054715+0300-eliz@elta.co.il> CC: gdb-patches@sources.redhat.com In-reply-to: <20030402194626.GD13251@white> (message from Bob Rossi on Wed, 2 Apr 2003 14:46:26 -0500) Subject: Re: Adding -file-list-exec-source-file command to GDB/MI Reply-to: Eli Zaretskii References: <20030402194626.GD13251@white> X-SW-Source: 2003-04/txt/msg00048.txt.bz2 > Date: Wed, 2 Apr 2003 14:46:26 -0500 > From: Bob Rossi > > This change essentially adds the command -file-list-exec-source-file to > the mi commands. > > * mi-cmd-file.c: Added file to implement mi file commands. > * mi-getopt.c: Added mi_valid_noargs to verify if a set of > parameters passed to an MI function has no arguments > * mi-getopt.h: Prototyped mi_valid_noargs > * mi-cmds.c: Added -file-list-exec-source-file command. > * mi-cmds.h: Added -file-list-exec-source-file to proto list. > * doc/gdb.texinfo: Document -file-list-exec-source-file. > * mi-file.exp: Added testcase to test -file-list-exec-source-file. Okay for the manual patch.