From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15363 invoked by alias); 8 Mar 2010 13:35:50 -0000 Received: (qmail 15332 invoked by uid 22791); 8 Mar 2010 13:35:50 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40 X-Spam-Check-By: sourceware.org Received: from mail-pw0-f41.google.com (HELO mail-pw0-f41.google.com) (209.85.160.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 08 Mar 2010 13:35:45 +0000 Received: by pwj9 with SMTP id 9so3981435pwj.0 for ; Mon, 08 Mar 2010 05:35:44 -0800 (PST) MIME-Version: 1.0 Received: by 10.142.151.27 with SMTP id y27mr3166707wfd.317.1268055344262; Mon, 08 Mar 2010 05:35:44 -0800 (PST) In-Reply-To: <20100308043935.GA3081@adacore.com> References: <20100228183805.GA23351@host0.dyn.jankratochvil.net> <20100308043935.GA3081@adacore.com> From: Hui Zhu Date: Mon, 08 Mar 2010 13:35:00 -0000 Message-ID: Subject: Re: [RFA] patch for [Bug gdb/11253] To: Joel Brobecker , Jan Kratochvil Cc: gdb-patches ml Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 2010-03/txt/msg00307.txt.bz2 Checked in. Thanks Joel and Jan. Hui On Mon, Mar 8, 2010 at 12:39, Joel Brobecker wrote: > Sorry for the delay. > >> 2010-02-28 =A0Jan Kratochvil =A0 >> =A0 =A0 =A0 =A0 =A0 Hui Zhu =A0 >> >> =A0 =A0 =A0 * record.c (record_open_1): Check tmp_to_stopped_by_watchpoi= nt and >> =A0 =A0 =A0 tmp_to_stopped_data_address. >> =A0 =A0 =A0 (record_open): Reset tmp_to_stopped_by_watchpoint and >> =A0 =A0 =A0 tmp_to_stopped_data_address. >> =A0 =A0 =A0 * target.c (init_dummy_target): Add to_stopped_by_watchpoint= and >> =A0 =A0 =A0 to_stopped_data_address. > > This looks good to me. > > Cheers, > -- > Joel >