From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29537 invoked by alias); 20 Aug 2004 11:02:52 -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 29525 invoked from network); 20 Aug 2004 11:02:52 -0000 Received: from unknown (HELO hall.mail.mindspring.net) (207.69.200.60) by sourceware.org with SMTP; 20 Aug 2004 11:02:52 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by hall.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1By7AY-0000Ir-00; Fri, 20 Aug 2004 07:02:50 -0400 Received: from mindspring.com (localhost [127.0.0.1]) by berman.michael-chastain.com (Postfix) with SMTP id 6E8DB4B102; Fri, 20 Aug 2004 07:03:12 -0400 (EDT) Date: Fri, 20 Aug 2004 11:02:00 -0000 From: Michael Chastain To: gdb-patches@sources.redhat.com, cagney@gnu.org Subject: Re: [rfc] sigstep additions Message-ID: <4125DA70.nailMOC1FE81R@mindspring.com> References: <411964CF.10409@gnu.org> <411ACED7.5040302@gnu.org> In-Reply-To: <411ACED7.5040302@gnu.org> User-Agent: nail 10.8 6/28/04 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-08/txt/msg00591.txt.bz2 ac> I'd like to turn this into an RFA. mec> I'll approve it in 24-48 hours, unless Daniel or Mark has an objection mec> or wants more time for review. (Not even sure if Mark has an interest mec> in signal handling). Oops, that was 8 days ago! I dropped my to-do item. I'm sorry about that. This patch is approved. === 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.