From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14239 invoked by alias); 22 Jul 2009 18:12:29 -0000 Received: (qmail 14229 invoked by uid 22791); 22 Jul 2009 18:12:28 -0000 X-SWARE-Spam-Status: No, hits=-1.0 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout3.012.net.il (HELO mtaout3.012.net.il) (84.95.2.7) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 22 Jul 2009 18:12:22 +0000 Received: from conversion-daemon.i_mtaout3.012.net.il by i_mtaout3.012.net.il (HyperSendmail v2004.12) id <0KN700H003V4FL00@i_mtaout3.012.net.il> for gdb-patches@sourceware.org; Wed, 22 Jul 2009 21:12:19 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.126.240.193]) by i_mtaout3.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KN700IS33WISQ20@i_mtaout3.012.net.il>; Wed, 22 Jul 2009 21:12:19 +0300 (IDT) Date: Wed, 22 Jul 2009 18:16:00 -0000 From: Eli Zaretskii Subject: Re: [rfc] [8/9] Cell multi-arch: Support PPU address space access In-reply-to: <200907221717.n6MHHYoe014875@d12av02.megacenter.de.ibm.com> To: Ulrich Weigand Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83ws604mf0.fsf@gnu.org> References: <200907221717.n6MHHYoe014875@d12av02.megacenter.de.ibm.com> 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-07/txt/msg00560.txt.bz2 > Date: Wed, 22 Jul 2009 19:17:34 +0200 (CEST) > From: "Ulrich Weigand" > > --- src.orig/gdb/doc/gdb.texinfo > +++ src/gdb/doc/gdb.texinfo > @@ -17505,6 +17505,16 @@ function. The default is @code{off}. > @kindex show spu > Show whether to stop for new SPE threads. > > +@item set spu auto-flush-cache @var{arg} > +Set whether to automatically flush the software-managed cache. When set to > +@code{on}, @value{GDBN} will automatically cause the SPE software-managed > +cache to be flushed whenever SPE execution stops. This provides a consistent > +view of PowerPC memory that is accessed via the cache. If an application > +does not use the software-managed cache, this option has no effect. > + > +@item show spu auto-flush-cache > +Show whether to automatically flush the software-managed cache. > + > @end table > > @node PowerPC > Index: src/gdb/NEWS > =================================================================== > --- src.orig/gdb/NEWS > +++ src/gdb/NEWS > @@ -258,6 +258,11 @@ set spu stop-on-load > show spu stop-on-load > Control whether to stop for new SPE threads during Cell/B.E. debugging. > > +set spu auto-flush-cache > +show spu auto-flush-cache > + Control whether to automatically flush the software-managed cache > + during Cell/B.E. debugging. > + > set sh calling-convention > show sh calling-convention > Control the calling convention used when calling SH target functions. These parts are okay. Thanks.