From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27850 invoked by alias); 13 Jan 2010 15:00:35 -0000 Received: (qmail 27838 invoked by uid 22791); 13 Jan 2010 15:00:34 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 13 Jan 2010 15:00:28 +0000 Received: (qmail 7599 invoked from network); 13 Jan 2010 15:00:26 -0000 Received: from unknown (HELO wind.localnet) (vladimir@127.0.0.2) by mail.codesourcery.com with ESMTPA; 13 Jan 2010 15:00:26 -0000 From: Vladimir Prus To: Marc Khouzam Subject: Re: Make -exec-run and -exec-until into 'real' MI commands Date: Wed, 13 Jan 2010 15:00:00 -0000 User-Agent: KMail/1.12.2 (Linux/2.6.31-14-generic-pae; KDE/4.3.2; i686; ; ) Cc: "'gdb-patches@sourceware.org'" References: <201001131629.25873.vladimir@codesourcery.com> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201001131800.24884.vladimir@codesourcery.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-01/txt/msg00345.txt.bz2 On Wednesday 13 January 2010 16:44:06 Marc Khouzam wrote: > > > -----Original Message----- > > From: gdb-patches-owner@sourceware.org > > [mailto:gdb-patches-owner@sourceware.org] On Behalf Of Vladimir Prus > > Sent: Wednesday, January 13, 2010 8:29 AM > > To: gdb-patches@sourceware.org > > Subject: Make -exec-run and -exec-until into 'real' MI commands > > > > > > At present, '-exec-run' and '-exec-until' are directly routed > > to CLI, with very little MI intervention. I have tried to fix > > that before, but there were backward compatibility concerns. > > > > While working on multiexec MI patches, I really needed to have > > -exec-run handled in MI, so I've made another attempt, which > > is attached. Comments? > > > > I just skimmed to patch to see if there was FE impacts, which > I gather there is not. > > I noticed a typo: > > error ("-exec-until must be invoked with a signle argument"); > ^^^ Thanks, fixed that locally. - Volodya