From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29274 invoked by alias); 30 Sep 2002 22:14:00 -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 29267 invoked from network); 30 Sep 2002 22:13:58 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 30 Sep 2002 22:13:58 -0000 Received: from localhost.redhat.com (to-dhcp51.toronto.redhat.com [172.16.14.151]) by touchme.toronto.redhat.com (Postfix) with ESMTP id BD3C2800195 for ; Mon, 30 Sep 2002 18:13:57 -0400 (EDT) Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id E98753CB7; Mon, 30 Sep 2002 18:13:58 -0400 (EDT) Message-ID: <3D98CCA6.3000702@redhat.com> Date: Mon, 30 Sep 2002 15:14:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Eli Zaretskii Cc: gdb-patches@sources.redhat.com Subject: Re: [patch rfa:doco rfc:NEWS] mi1 -> mi2; rm mi0 References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-09/txt/msg00784.txt.bz2 > On Sun, 29 Sep 2002, Andrew Cagney wrote: > > >> It modifies NEWS (comments?). > > > Fine with me. > > >> It updates the doco (ok?). > > > Yes, but perhaps the manual should also say that mi0 is no longer > supported. Now is: @samp{--interpreter=mi} (or @samp{--interpreter=mi2}) causes @value{GDBN} to use the current @dfn{@sc{gdb/mi} interface} (@pxref{GDB/MI, , The @sc{gdb/mi} Interface}). 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. Andrew