From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7397 invoked by alias); 10 Feb 2009 19:27:49 -0000 Received: (qmail 7389 invoked by uid 22791); 10 Feb 2009 19:27:49 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 10 Feb 2009 19:27:43 +0000 Received: (qmail 31930 invoked from network); 10 Feb 2009 19:27:41 -0000 Received: from unknown (HELO orlando) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 10 Feb 2009 19:27:41 -0000 From: Pedro Alves To: gdb@sourceware.org Subject: Re: Regression Date: Tue, 10 Feb 2009 19:27:00 -0000 User-Agent: KMail/1.9.10 Cc: Mark Kettenis , drow@false.org References: <200902101517.n1AFH7YP000549@brahms.sibelius.xs4all.nl> <200902101905.37812.pedro@codesourcery.com> <200902101918.13308.pedro@codesourcery.com> In-Reply-To: <200902101918.13308.pedro@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200902101927.45089.pedro@codesourcery.com> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-02/txt/msg00089.txt.bz2 On Tuesday 10 February 2009 19:18:12, Pedro Alves wrote: > We don't see the problem on linux, since there's a stop and > resume *right at the begining* of the signal handler, due to the > single-step entering the signal handler. =A0GDB happens > to re-install breakpoints in the inferior in that resume. =A0This > happens *before* the inferior's flow passing by the instruction > where there's a breakpoint at ("break handle_USR1" is installed > after the prologue). I'm thinking that this regression is also happening on linux archs that rely on software single-stepping, but I haven't checked it. --=20 Pedro Alves