From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23489 invoked by alias); 27 Jun 2005 14:31:25 -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 23443 invoked by uid 22791); 27 Jun 2005 14:31:20 -0000 Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 27 Jun 2005 14:31:20 +0000 Received: from drow by nevyn.them.org with local (Exim 4.51) id 1Dmudi-00086M-J0; Mon, 27 Jun 2005 10:31:10 -0400 Date: Mon, 27 Jun 2005 14:31:00 -0000 From: Daniel Jacobowitz To: Nick Roberts Cc: Bob Rossi , Mark Kettenis , gdb@sourceware.org Subject: Re: MI-related testsuite regressions Message-ID: <20050627143110.GA31108@nevyn.them.org> Mail-Followup-To: Nick Roberts , Bob Rossi , Mark Kettenis , gdb@sourceware.org References: <200506270815.j5R8FZO6026261@jop31.nfra.nl> <17087.60064.541364.938844@farnswood.snap.net.nz> <20050627130030.GA10394@nevyn.them.org> <17088.1264.104928.522819@farnswood.snap.net.nz> <20050627135610.GA19376@white> <17088.2134.821855.942376@farnswood.snap.net.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <17088.2134.821855.942376@farnswood.snap.net.nz> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-06/txt/msg00263.txt.bz2 On Tue, Jun 28, 2005 at 02:08:22AM +1200, Nick Roberts wrote: > If thats the case, shouldn't the code read: > > interp_add (interp_new (INTERP_MI, NULL, mi_out_new (3), &procs)); > > and > > if (current_interp_named_p (INTERP_MI1)) > deprecated_command_loop_hook = mi1_command_loop; > else if (current_interp_named_p (INTERP_MI2)) > deprecated_command_loop_hook = mi2_command_loop; > else if (current_interp_named_p (INTERP_MI3)) > deprecated_command_loop_hook = mi3_command_loop; > else > deprecated_command_loop_hook = mi3_command_loop; > > > as it stands the mi-*.exp don't test mi3. Probably, but I don't see much point in changing that until we have some content for mi3. -- Daniel Jacobowitz CodeSourcery, LLC