From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7899 invoked by alias); 24 Apr 2008 11:45:07 -0000 Received: (qmail 7738 invoked by uid 22791); 24 Apr 2008 11:45:05 -0000 X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 24 Apr 2008 11:44:45 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JozsW-0003gB-CM for gdb-patches@sources.redhat.com; Thu, 24 Apr 2008 11:44:40 +0000 Received: from 78.158.192.230 ([78.158.192.230]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Apr 2008 11:44:40 +0000 Received: from vladimir by 78.158.192.230 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Apr 2008 11:44:40 +0000 To: gdb-patches@sources.redhat.com From: Vladimir Prus Subject: Re: [RFA] Fix disabling of longjmp breakpoint. Date: Thu, 24 Apr 2008 13:01:00 -0000 Message-ID: References: <200804102348.19120.vladimir@codesourcery.com> <20080417163613.GJ17488@caradoc.them.org> <200804171747.08273.pedro_alves@portugalmail.pt> <200804171749.47557.pedro@codesourcery.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit User-Agent: KNode/0.10.5 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-04/txt/msg00552.txt.bz2 Pedro Alves wrote: > A Thursday 17 April 2008 17:47:08, Pedro Alves escreveu: >> A Thursday 17 April 2008 17:36:13, Daniel Jacobowitz escreveu: >> > On Thu, Apr 10, 2008 at 11:48:18PM +0400, Vladimir Prus wrote: >> > > This patch was actually written by Pedro Alves, and I got to >> > > test it since it's located between two other patches of mine :-) >> > > >> > > OK? >> > > >> > > - Volodya >> > > >> > > * infcmd.c (step_1_continuation): Always disable longjmp >> > > breakpoint if we're not going to do another step. >> > >> > OK, but I bet there'll be some conflicts if Pedro gets around to >> > committing the longjmp overhaul first... >> >> I'll handle the conflicts when Vlad checks this in and the >> keep-breakpoints-always-inserted patch as well, as my patches >> conflict with that one too. > > Vlad, and I think the murder-exec-murder conflicts too. I'll wait > for that to be in too. Both exec-cleanup-murder and this one are now in. Thanks for the patience! - Volodya