From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23855 invoked by alias); 16 Feb 2004 23:17:53 -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 23839 invoked from network); 16 Feb 2004 23:17:52 -0000 Received: from unknown (HELO localhost.redhat.com) (216.129.200.20) by sources.redhat.com with SMTP; 16 Feb 2004 23:17:52 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 0920F2B92; Mon, 16 Feb 2004 18:17:51 -0500 (EST) Message-ID: <40314F9E.7080708@gnu.org> Date: Mon, 16 Feb 2004 23:17:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 MIME-Version: 1.0 To: Eli Zaretskii Cc: gdb-patches@sources.redhat.com Subject: Re: [rfa:doco] Zap mi1 reference References: <402D2DF2.8030001@gnu.org> <9003-Sat14Feb2004133455+0200-eliz@elta.co.il> Content-Type: multipart/mixed; boundary="------------010801040302070205060708" X-SW-Source: 2004-02/txt/msg00448.txt.bz2 This is a multi-part message in MIME format. --------------010801040302070205060708 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 412 >> Date: Fri, 13 Feb 2004 15:05:06 -0500 >> From: Andrew Cagney >> >> This removes a reference to "mi1" in the documentation. It's no longer >> tested (hence 'supported'). > > > I don't think we should remove documentation of existing features, > even if they are not reliably supported. How about adding some text > about mi1 being deprecated and unsupported instead? Like this? Andrew --------------010801040302070205060708 Content-Type: text/plain; name="diffs" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diffs" Content-length: 1089 2004-02-13 Andrew Cagney * gdb.texinfo (Mode Options): Note that "mi1" is deprecated. Index: gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.193 diff -u -r1.193 gdb.texinfo --- gdb.texinfo 6 Feb 2004 15:48:25 -0000 1.193 +++ gdb.texinfo 16 Feb 2004 22:25:17 -0000 @@ -1135,10 +1135,10 @@ @samp{--interpreter=mi} (or @samp{--interpreter=mi2}) causes @value{GDBN} to use the @dfn{@sc{gdb/mi} interface} (@pxref{GDB/MI, , -The @sc{gdb/mi} Interface}) included in @var{GDBN} version 6.0. The -previous @sc{gdb/mi} interface, included in @value{GDBN} version 5.3, -can be selected with @samp{--interpreter=mi1}. Earlier @sc{gdb/mi} -interfaces are not supported. +The @sc{gdb/mi} Interface}) included since @var{GDBN} version 6.0. The +previous @sc{gdb/mi} interface, included in @value{GDBN} version 5.3 and +selected with @samp{--interpreter=mi1}, is deprecated. Earlier +@sc{gdb/mi} interfaces are no longer supported. @item -write @cindex @code{--write} --------------010801040302070205060708--