From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27666 invoked by alias); 13 Jul 2004 13:05:08 -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 27659 invoked from network); 13 Jul 2004 13:05:07 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 13 Jul 2004 13:05:07 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i6DD56e3002504 for ; Tue, 13 Jul 2004 09:05:07 -0400 Received: from localhost.redhat.com (porkchop.devel.redhat.com [172.16.58.2]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i6DD51020179; Tue, 13 Jul 2004 09:05:06 -0400 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 5C2932B9D; Tue, 13 Jul 2004 09:04:49 -0400 (EDT) Message-ID: <40F3DDF1.4070803@gnu.org> Date: Tue, 13 Jul 2004 13:05:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Michael Elizabeth Chastain Cc: gdb-patches@sources.redhat.com Subject: Re: [patch] Cleanup ena-dis-br.exp References: <20040712225226.6E7F54B104@berman.michael-chastain.com> In-Reply-To: <20040712225226.6E7F54B104@berman.michael-chastain.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-07/txt/msg00148.txt.bz2 > All right! > > Approved. Committed. BTW, something to keep in mind is "proc break_at", it might prove more generally useful. Andrew > Michael C > > === > > 2004-07-12 Andrew Cagney > > * gdb.base/ena-dis-br.exp: Update copyright. > (break_at): New function. Replace send_gdb with gdb_test, > break_at, and gdb_test_multiple. Replace XFAIL of "continue with > ignore count, not stopped at bpt", with KFAIL. > >