From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26603 invoked by alias); 13 Jan 2010 13:44:23 -0000 Received: (qmail 26593 invoked by uid 22791); 13 Jan 2010 13:44:23 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from imr2.ericy.com (HELO imr2.ericy.com) (198.24.6.3) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 13 Jan 2010 13:44:16 +0000 Received: from eusaamw0711.eamcs.ericsson.se ([147.117.20.178]) by imr2.ericy.com (8.13.1/8.13.1) with ESMTP id o0DDiLsO010125; Wed, 13 Jan 2010 07:44:26 -0600 Received: from EUSAACMS0703.eamcs.ericsson.se ([169.254.1.7]) by eusaamw0711.eamcs.ericsson.se ([147.117.20.178]) with mapi; Wed, 13 Jan 2010 08:44:09 -0500 From: Marc Khouzam To: "'Vladimir Prus'" , "'gdb-patches@sourceware.org'" Date: Wed, 13 Jan 2010 13:44:00 -0000 Subject: RE: Make -exec-run and -exec-until into 'real' MI commands Message-ID: References: <201001131629.25873.vladimir@codesourcery.com> In-Reply-To: <201001131629.25873.vladimir@codesourcery.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes 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/msg00341.txt.bz2 =20 > -----Original Message----- > From: gdb-patches-owner@sourceware.org=20 > [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 >=20 >=20 > 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. >=20 > 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? >=20 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"); ^^^ Marc