From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8662 invoked by alias); 29 Aug 2009 18:28:11 -0000 Received: (qmail 8653 invoked by uid 22791); 29 Aug 2009 18:28:11 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.45.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 29 Aug 2009 18:28:04 +0000 Received: from spaceape8.eur.corp.google.com (spaceape8.eur.corp.google.com [172.28.16.142]) by smtp-out.google.com with ESMTP id n7TIS1UF021543 for ; Sat, 29 Aug 2009 11:28:02 -0700 Received: from ywh7 (ywh7.prod.google.com [10.192.8.7]) by spaceape8.eur.corp.google.com with ESMTP id n7TIRwBS001860 for ; Sat, 29 Aug 2009 11:27:59 -0700 Received: by ywh7 with SMTP id 7so4110000ywh.21 for ; Sat, 29 Aug 2009 11:27:58 -0700 (PDT) MIME-Version: 1.0 Received: by 10.150.1.13 with SMTP id 13mr3618038yba.269.1251570478535; Sat, 29 Aug 2009 11:27:58 -0700 (PDT) In-Reply-To: References: <7e6c8d660907081308r13bff580rdcf4822c77df8403@mail.gmail.com> <200908251944.45977.pedro@codesourcery.com> <200908262108.49085.pedro@codesourcery.com> Date: Sat, 29 Aug 2009 18:28:00 -0000 Message-ID: Subject: Re: [RFA] Use data cache for stack accesses From: Doug Evans To: gdb-patches Content-Type: text/plain; charset=ISO-8859-1 X-System-Of-Record: true 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-08/txt/msg00543.txt.bz2 On Fri, Aug 28, 2009 at 5:55 PM, Doug Evans wrote: >> Cache becoming stale in non-stop mode. > > The cache is now flushed between commands in non-stop mode. I need to mention this in the docs. I'll fix that in a separate patch.