From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17073 invoked by alias); 8 Mar 2010 04:39:57 -0000 Received: (qmail 17064 invoked by uid 22791); 8 Mar 2010 04:39:56 -0000 X-SWARE-Spam-Status: No, hits=-2.4 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; Mon, 08 Mar 2010 04:39:51 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 39B582BAB6B; Sun, 7 Mar 2010 23:39:50 -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 IG88dKB2-ZG0; Sun, 7 Mar 2010 23:39:50 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id B5A8B2BAAF0; Sun, 7 Mar 2010 23:39:49 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id C43A4F5894; Mon, 8 Mar 2010 08:39:35 +0400 (RET) Date: Mon, 08 Mar 2010 04:39:00 -0000 From: Joel Brobecker To: Jan Kratochvil Cc: Hui Zhu , gdb-patches ml Subject: Re: [RFA] patch for [Bug gdb/11253] Message-ID: <20100308043935.GA3081@adacore.com> References: <20100228183805.GA23351@host0.dyn.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100228183805.GA23351@host0.dyn.jankratochvil.net> 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: 2010-03/txt/msg00292.txt.bz2 Sorry for the delay. > 2010-02-28 Jan Kratochvil > Hui Zhu > > * record.c (record_open_1): Check tmp_to_stopped_by_watchpoint and > tmp_to_stopped_data_address. > (record_open): Reset tmp_to_stopped_by_watchpoint and > tmp_to_stopped_data_address. > * target.c (init_dummy_target): Add to_stopped_by_watchpoint and > to_stopped_data_address. This looks good to me. Cheers, -- Joel