From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6089 invoked by alias); 10 Mar 2003 04:28:21 -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 6079 invoked from network); 10 Mar 2003 04:28:21 -0000 Received: from unknown (HELO gandalf.inter.net.il) (192.114.186.22) by 172.16.49.205 with SMTP; 10 Mar 2003 04:28:21 -0000 Received: from zaretsky ([80.230.235.167]) by gandalf.inter.net.il (Mirapoint Messaging Server MOS 3.2.2-GA) with ESMTP id AIF47750; Mon, 10 Mar 2003 06:28:17 +0200 (IST) Date: Mon, 10 Mar 2003 04:28:00 -0000 From: "Eli Zaretskii" To: bob_rossi@cox.net Message-Id: <9427-Mon10Mar2003062305+0200-eliz@elta.co.il> CC: gdb-patches@sources.redhat.com In-reply-to: <20030310003117.GA1009@white> (message from Bob Rossi on Sun, 9 Mar 2003 19:31:17 -0500) Subject: Re: Adding -file-list-exec-source-file command to GDB/MI Reply-to: Eli Zaretskii References: <20030310003117.GA1009@white> X-SW-Source: 2003-03/txt/msg00209.txt.bz2 > Date: Sun, 9 Mar 2003 19:31:17 -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-cmds.c: Added -file-list-exec-source-file command. > * mi-cmds.h: Added -file-list-exec-source-file to proto list. > * gdbmi.texinfo: Document -file-list-exec-source-file. > * mi-file.exp: Added testcase to test -file-list-exec-source-file. The doco patch is approved.