From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 437 invoked by alias); 25 Feb 2005 21:19:26 -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 32472 invoked from network); 25 Feb 2005 21:19:12 -0000 Received: from unknown (HELO lakermmtao09.cox.net) (68.230.240.30) by sourceware.org with SMTP; 25 Feb 2005 21:19:12 -0000 Received: from white ([68.9.64.121]) by lakermmtao09.cox.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP id <20050225211908.YUTO28448.lakermmtao09.cox.net@white>; Fri, 25 Feb 2005 16:19:08 -0500 Received: from bob by white with local (Exim 3.35 #1 (Debian)) id 1D4mrf-0005jd-00; Fri, 25 Feb 2005 16:19:11 -0500 Date: Sat, 26 Feb 2005 06:07:00 -0000 From: Bob Rossi To: Eli Zaretskii Cc: gdb-patches@sources.redhat.com Subject: Re: mi tty commands Message-ID: <20050225211911.GA21363@white> Mail-Followup-To: Eli Zaretskii , gdb-patches@sources.redhat.com References: <20050224203535.GA19967@white> <01c51b79$Blat.v2.4$4089e9a0@zahav.net.il> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <01c51b79$Blat.v2.4$4089e9a0@zahav.net.il> User-Agent: Mutt/1.3.28i X-SW-Source: 2005-02/txt/msg00265.txt.bz2 On Fri, Feb 25, 2005 at 10:32:21PM +0200, Eli Zaretskii wrote: > > Date: Thu, 24 Feb 2005 15:35:35 -0500 > > From: Bob Rossi > > > > What doco needs to be done for this? > > Any new MI commands should be documented in gdb.texinfo. Is everyone happy with these commands? or should I remove them, and make an interface to the set/show CLI commands (which would access the same data)? > > And if any, what section would it go in? > > There's a special chapter in the manual describing the MI interface. > I think the node "GDB/MI Miscellaneous Commands" would be a good place > for the new command you want to introduce. OK, that's what I was wondering, thanks. Bob Rossi