From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7939 invoked by alias); 21 Mar 2003 04:34:54 -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 7932 invoked from network); 21 Mar 2003 04:34:53 -0000 Received: from unknown (HELO thor.inter.net.il) (192.114.186.11) by sources.redhat.com with SMTP; 21 Mar 2003 04:34:53 -0000 Received: from zaretsky (adsl-ayalon-pc-130-171.inter.net.il [213.8.130.171]) by thor.inter.net.il (Mirapoint Messaging Server MOS 3.2.2-GA) with ESMTP id AVX16492; Fri, 21 Mar 2003 06:34:24 +0200 (IST) Date: Fri, 21 Mar 2003 04:34:00 -0000 From: "Eli Zaretskii" To: bob_rossi@cox.net Message-Id: <8011-Fri21Mar2003062842+0200-eliz@elta.co.il> CC: gdb-patches@sources.redhat.com In-reply-to: <20030320224454.GA14096@white> (message from Bob Rossi on Thu, 20 Mar 2003 17:44:54 -0500) Subject: Re: Adding -file-list-exec-source-file command to GDB/MI Reply-to: Eli Zaretskii References: <20030320224454.GA14096@white> X-SW-Source: 2003-03/txt/msg00448.txt.bz2 > Date: Thu, 20 Mar 2003 17:44:54 -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 patch for gdbmi.texinfo is approved.