From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8164 invoked by alias); 15 Sep 2009 00:11:41 -0000 Received: (qmail 8156 invoked by uid 22791); 15 Sep 2009 00:11:40 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-px0-f180.google.com (HELO mail-px0-f180.google.com) (209.85.216.180) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 15 Sep 2009 00:11:36 +0000 Received: by pxi10 with SMTP id 10so3108278pxi.24 for ; Mon, 14 Sep 2009 17:11:35 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.250.38 with SMTP id x38mr514328wfh.179.1252973495101; Mon, 14 Sep 2009 17:11:35 -0700 (PDT) In-Reply-To: <20090914191657.E32D6844C3@localhost> References: <20090914191657.E32D6844C3@localhost> From: Hui Zhu Date: Tue, 15 Sep 2009 00:11:00 -0000 Message-ID: Subject: Re: [patch] only update dcache after write succeeds To: Doug Evans Cc: gdb-patches@sourceware.org, Marc Khouzam , Greg Law , Pedro Alves , Michael Snyder 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: 2009-09/txt/msg00471.txt.bz2 On Tue, Sep 15, 2009 at 03:16, Doug Evans wrote: > Hi. > > Marc, Greg: Can you see if this patch fixes things for you? > > 2009-09-14 =A0Doug Evans =A0 > > =A0 =A0 =A0 =A0* target.c (memory_xfer_partial): Only update dcache after= we know > =A0 =A0 =A0 =A0the write succeeded. > Great! It works OK. Thanks, Hui