From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29316 invoked by alias); 18 Sep 2002 21:07:32 -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 29301 invoked from network); 18 Sep 2002 21:07:31 -0000 Received: from unknown (HELO mail.onlysmart.com) (202.138.104.4) by sources.redhat.com with SMTP; 18 Sep 2002 21:07:31 -0000 Received: from homecomp ([202.138.105.49]) by mail.onlysmart.com (8.10.1/8.10.1) with SMTP id g8IKx0r01962; Thu, 19 Sep 2002 02:29:00 +0530 Message-ID: <001301c25f57$4a64aae0$31698aca@homecomp> From: "Prashant Deva" To: "Keith Seitz" Cc: "gdb" References: Subject: Re: MI interface Date: Wed, 18 Sep 2002 14:07:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 X-SW-Source: 2002-09/txt/msg00265.txt.bz2 > > Does that mean that all people developing a gui right now should switch to > > gdb v5.1.1? > > I don't see how 5.1.1 would help. In terms of MI, 5.1 and 5.2 and nearly > identical. All versions of MI, including 5.x and cvs head suffer from > this "problem". > > Keith Well, actually a inoticed in gdb 5.2 that even in annotated mode the program starts in the same console as gdb. But not so in gdb 5.1 where the program being debugged creates a new window of its own. Which is asked whether the people developing a gui should switch to v5.1.1. But it is strange that for you gdb 5.1 has the same 'problem'? Is it due to the difference of builds? I am using the mingw build. PRASHANT