From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30077 invoked by alias); 10 Aug 2005 00:42:10 -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 30068 invoked by uid 22791); 10 Aug 2005 00:42:05 -0000 Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 10 Aug 2005 00:42:05 +0000 Received: from drow by nevyn.them.org with local (Exim 4.52) id 1E2efQ-0001BV-Sk; Tue, 09 Aug 2005 20:42:00 -0400 Date: Wed, 10 Aug 2005 00:48:00 -0000 From: Daniel Jacobowitz To: Jim Ingham Cc: Bob Rossi , gdb-patches@sources.redhat.com Subject: Re: RFC: MI output during program execution Message-ID: <20050810004200.GB4264@nevyn.them.org> Mail-Followup-To: Jim Ingham , Bob Rossi , gdb-patches@sources.redhat.com References: <1123605445.30442.ezmlm@sources.redhat.com> <20050809175159.GA3012@white> <20050809182320.GC3012@white> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.8i X-SW-Source: 2005-08/txt/msg00113.txt.bz2 On Tue, Aug 09, 2005 at 11:34:34AM -0700, Jim Ingham wrote: > >How does -interpreter-exec console work in the case when the user > >executes a command, that makes up several other commands? > > > >define mess_with_mi_people > > b main > > r > > n > > n > >end > > > >I don't think this case would currently work as expected. Would it? > > Remember that only one "run the target" command is allowed in a CLI > define. All the others are ignored. This is true (and documented, I think), but I still consider it a bug. It's just a particularly rotten one. -- Daniel Jacobowitz CodeSourcery, LLC