From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17235 invoked by alias); 13 Feb 2004 20:05:11 -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 17138 invoked from network); 13 Feb 2004 20:05:07 -0000 Received: from unknown (HELO localhost.redhat.com) (216.129.200.20) by sources.redhat.com with SMTP; 13 Feb 2004 20:05:07 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id BFF502B92; Fri, 13 Feb 2004 15:05:06 -0500 (EST) Message-ID: <402D2DF2.8030001@gnu.org> Date: Fri, 13 Feb 2004 20:05: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: gdb-patches@sources.redhat.com Subject: [rfa:doco] Zap mi1 reference Content-Type: multipart/mixed; boundary="------------020708090405020506090001" X-SW-Source: 2004-02/txt/msg00352.txt.bz2 This is a multi-part message in MIME format. --------------020708090405020506090001 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 117 Hello, This removes a reference to "mi1" in the documentation. It's no longer tested (hence 'supported'). Andrew --------------020708090405020506090001 Content-Type: text/plain; name="diffs" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diffs" Content-length: 940 2004-02-13 Andrew Cagney * gdb.texinfo (Mode Options): Remove reference to "mi1". 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 13 Feb 2004 20:03:00 -0000 @@ -1135,10 +1135,8 @@ @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 in @var{GDBN} version 6.0. Earlier +@sc{gdb/mi} interfaces are not supported. @item -write @cindex @code{--write} --------------020708090405020506090001--