From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10096 invoked by alias); 25 Aug 2004 15:29:29 -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 10089 invoked from network); 25 Aug 2004 15:29:28 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 25 Aug 2004 15:29:28 -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 i7PFTNS2011820 for ; Wed, 25 Aug 2004 11:29:28 -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 i7PFTH310614; Wed, 25 Aug 2004 11:29:22 -0400 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 9D4352B9D; Wed, 25 Aug 2004 11:28:06 -0400 (EDT) Message-ID: <412CB006.9060304@gnu.org> Date: Wed, 25 Aug 2004 15:29:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040801 MIME-Version: 1.0 To: Michael Chastain Cc: gdb-patches@sources.redhat.com Subject: Re: [rfc] sigstep additions References: <411964CF.10409@gnu.org> <411ACED7.5040302@gnu.org> <4125DA70.nailMOC1FE81R@mindspring.com> <412B507D.2010605@gnu.org> <412CA4E9.nail17711WO65@mindspring.com> In-Reply-To: <412CA4E9.nail17711WO65@mindspring.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-08/txt/msg00692.txt.bz2 > No objections sighted, so this one is approved (the first one). I've checked this in. With this as a test to work against, I think i've even found 2/3 of a fix! thanks, andrew >>> 2004-08-10 Andrew Cagney >>> >>> * gdb.base/sigstep.exp (breakpoint_to_handler) >>> (skip_over_handler, skip_to_handler): New test procedures. >>> (advance, advancei): Add a proper prefix, do not use >>> rerun_to_main. >>> * gdb.base/sigstep.c (main): Change to use an infinite loop.