From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29120 invoked by alias); 4 Jan 2007 20:13:50 -0000 Received: (qmail 29110 invoked by uid 22791); 4 Jan 2007 20:13:49 -0000 X-Spam-Check-By: sourceware.org Received: from zigzag.lvk.cs.msu.su (HELO zigzag.lvk.cs.msu.su) (158.250.17.23) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 04 Jan 2007 20:13:44 +0000 Received: from Debian-exim by zigzag.lvk.cs.msu.su with spam-scanned (Exim 4.50) id 1H2Yy0-0003tx-7R for gdb-patches@sources.redhat.com; Thu, 04 Jan 2007 23:13:41 +0300 Received: from localhost ([127.0.0.1] helo=ip6-localhost) by zigzag.lvk.cs.msu.su with esmtp (Exim 4.50) id 1H2Yxr-0003th-MO; Thu, 04 Jan 2007 23:13:27 +0300 From: Vladimir Prus Subject: Re: Simplified MI tests To: Daniel Jacobowitz , gdb-patches@sources.redhat.com Date: Thu, 04 Jan 2007 20:13:00 -0000 References: <200612201417.30428.vladimir@codesourcery.com> <20070103231355.GT17935@nevyn.them.org> <200701042113.28294.vladimir@codesourcery.com> <20070104193040.GA24634@nevyn.them.org> User-Agent: KNode/0.10.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit Message-Id: 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: 2007-01/txt/msg00130.txt.bz2 Daniel Jacobowitz wrote: > On Thu, Jan 04, 2007 at 09:13:28PM +0300, Vladimir Prus wrote: >> Revised patch, and a delta, are attached. Is it better? > > OK, though I would recommend renaming mi_run_to_line to > mi_continue_to_line and hardcoding exec-continue there; > since it shouldn't be used to "run". Renamed and checked in. Thanks, Volodya