From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 429 invoked by alias); 14 Dec 2011 15:06:47 -0000 Received: (qmail 418 invoked by uid 22791); 14 Dec 2011 15:06:46 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 14 Dec 2011 15:06:32 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id BA35F2BB471; Wed, 14 Dec 2011 10:06:31 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id BzWE7lHkH5ku; Wed, 14 Dec 2011 10:06:31 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id A881A2BB44E; Wed, 14 Dec 2011 10:06:31 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 48DA3145615; Wed, 14 Dec 2011 07:06:29 -0800 (PST) Date: Wed, 14 Dec 2011 15:38:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: Andreas Schwab , gdb-patches@sourceware.org Subject: Re: [RFC/WIP PATCH 02/14] Mask software breakpoints from memory writes too Message-ID: <20111214150629.GU21915@adacore.com> References: <20111128153742.17761.21459.stgit@localhost6.localdomain6> <201112141152.33791.pedro@codesourcery.com> <201112141459.49456.pedro@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201112141459.49456.pedro@codesourcery.com> User-Agent: Mutt/1.5.20 (2009-06-14) 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: 2011-12/txt/msg00454.txt.bz2 > Thanks. I've applied the patch below to do the same adjustment to > all memory_remove_breakpoint callbacks. Applied to both mainline > and the 7.4 branch. Thanks for fixing, Pedro. -- Joel