From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21108 invoked by alias); 18 Mar 2003 02:10: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 21073 invoked from network); 18 Mar 2003 02:10:31 -0000 Received: from unknown (HELO white) (68.14.146.65) by sources.redhat.com with SMTP; 18 Mar 2003 02:10:31 -0000 Received: from bob by white with local (Exim 3.35 #1 (Debian)) id 18v6Yi-0002lQ-00 for ; Mon, 17 Mar 2003 21:10:32 -0500 Date: Tue, 18 Mar 2003 02:10:00 -0000 From: Bob Rossi To: gdb-patches@sources.redhat.com Subject: Re: Adding -file-list-exec-source-file command to GDB/MI Message-ID: <20030318021031.GA10606@white> Mail-Followup-To: gdb-patches@sources.redhat.com References: <20030310003117.GA1009@white> <9427-Mon10Mar2003062305+0200-eliz@elta.co.il> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9427-Mon10Mar2003062305+0200-eliz@elta.co.il> User-Agent: Mutt/1.3.28i X-SW-Source: 2003-03/txt/msg00386.txt.bz2 On Mon, Mar 10, 2003 at 06:23:05AM +0200, Eli Zaretskii wrote: > > 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. This is my first patch. I was wondering, how long does it take to get approved/rejected? I am assuming that the 'doco' patch was for the documentation. Is that correct? I was hoping this patch would go into the next release of gdb. Thanks, Bob Rossi