From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24038 invoked by alias); 30 Oct 2003 03:15:21 -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 23941 invoked from network); 30 Oct 2003 03:15:18 -0000 Received: from unknown (HELO lakemtao01.cox.net) (68.1.17.244) by sources.redhat.com with SMTP; 30 Oct 2003 03:15:18 -0000 Received: from white ([68.9.191.65]) by lakemtao01.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20031030031515.BJOO7826.lakemtao01.cox.net@white> for ; Wed, 29 Oct 2003 22:15:15 -0500 Received: from bob by white with local (Exim 3.35 #1 (Debian)) id 1AF3HI-0001Lq-00 for ; Wed, 29 Oct 2003 22:15:16 -0500 Date: Thu, 30 Oct 2003 03:15:00 -0000 From: Bob Rossi To: gdb@sources.redhat.com Subject: GDB with options -i=mi & --nw doesn't enable mi Message-ID: <20031030031516.GA5159@white> Mail-Followup-To: gdb@sources.redhat.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i X-SW-Source: 2003-10/txt/msg00328.txt.bz2 Hi, If I start gdb like this gdb --i=mi --nw ./inferior_prog, then the mi interpreter doesn't start. This makes things difficult in the Cygwin environment for me, where the Insight GUI comes up by default. Is this a bug? and/or is there a nice work around? I am using GDB 6.0 on Linux 2.4.18 (debian). Thanks, Bob Rossi