From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29388 invoked by alias); 30 Oct 2003 20:45:48 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 29374 invoked from network); 30 Oct 2003 20:45:47 -0000 Received: from unknown (HELO bilbo.inter.net.il) (192.114.186.18) by sources.redhat.com with SMTP; 30 Oct 2003 20:45:47 -0000 Received: from zaretski ([80.230.143.216]) by bilbo.inter.net.il (Mirapoint Messaging Server MOS 3.3.7-GR) with ESMTP id BTH87310; Thu, 30 Oct 2003 22:45:20 +0200 (IST) Date: Thu, 30 Oct 2003 20:45:00 -0000 From: "Eli Zaretskii" To: Andrew Cagney Message-Id: <9003-Thu30Oct2003223926+0200-eliz@elta.co.il> CC: bob@brasko.net, gdb@sources.redhat.com In-reply-to: <3FA16220.1080906@redhat.com> (message from Andrew Cagney on Thu, 30 Oct 2003 14:10:24 -0500) Subject: Re: GDB with options -i=mi & --nw doesn't enable mi Reply-to: Eli Zaretskii References: <20031030031516.GA5159@white> <3FA16220.1080906@redhat.com> X-SW-Source: 2003-10/txt/msg00339.txt.bz2 > Date: Thu, 30 Oct 2003 14:10:24 -0500 > From: Andrew Cagney > > Just "gdb -i=mi" is sufficient. From the source code: > > /* -nw is equivalent to -i=console. */ > > so the above is equivalent to: > > -i=mi -i=console I think we should tell that both in the manual and in the text displayed by "gdb --help".