From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12581 invoked by alias); 5 Nov 2002 15:45:25 -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 12511 invoked from network); 5 Nov 2002 15:45:22 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 5 Nov 2002 15:45:22 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id gA5FMqw10154 for ; Tue, 5 Nov 2002 10:22:52 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gA5FjMf29165 for ; Tue, 5 Nov 2002 10:45:22 -0500 Received: from localhost.redhat.com (IDENT:8mEW5PalE9R6KNNtCkkSZkWgy286lVvR@tooth.toronto.redhat.com [172.16.14.29]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gA5FjHT21095; Tue, 5 Nov 2002 10:45:21 -0500 Received: by localhost.redhat.com (Postfix, from userid 469) id 6A6CBFF79; Tue, 5 Nov 2002 10:41:06 -0500 (EST) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15815.59025.854343.194946@localhost.redhat.com> Date: Tue, 05 Nov 2002 07:45:00 -0000 To: Elena Zannoni Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH/MI] testsuite:cleanup execution commands In-Reply-To: <15815.14031.600333.639848@localhost.redhat.com> References: <15815.14031.600333.639848@localhost.redhat.com> X-SW-Source: 2002-11/txt/msg00050.txt.bz2 Elena Zannoni writes: > > Following Jason's suggestion, I cleaned up a bit of the redundant code > in the testsuite that sets a breakpoint, and runs to it. Also a few > steps/next now use the mi_next_to and mi_step_to functions. > > Actually this also helps with the merge from the MI branch. > > There are more, but this is a first pass. > > I'll commit tomorrow. > > Elena > Done. I also updated the copyright notices. Elena