From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13382 invoked by alias); 21 Nov 2013 03:52:31 -0000 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 Received: (qmail 13368 invoked by uid 89); 21 Nov 2013 03:52:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_50,RDNS_NONE,SPF_SOFTFAIL,URIBL_BLOCKED autolearn=no version=3.3.2 X-HELO: mtaout21.012.net.il Received: from Unknown (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 21 Nov 2013 03:52:29 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MWL00500GW7VH00@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Thu, 21 Nov 2013 05:52:20 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MWL0052GHF8VK30@a-mtaout21.012.net.il>; Thu, 21 Nov 2013 05:52:20 +0200 (IST) Date: Thu, 21 Nov 2013 05:06:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH 2/3] set/show code-cache In-reply-to: <528D781A.7070909@codesourcery.com> To: Yao Qi Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83mwkye7ii.fsf@gnu.org> References: <1384996594-20865-1-git-send-email-yao@codesourcery.com> <1384996594-20865-3-git-send-email-yao@codesourcery.com> <528D781A.7070909@codesourcery.com> X-IsSubscribed: yes X-SW-Source: 2013-11/txt/msg00622.txt.bz2 > Date: Thu, 21 Nov 2013 11:03:54 +0800 > From: Yao Qi > > I update this patch for the name of some variables, after we discussed > in patch 1/3. I'll commit it in two days. Thanks. > gdb/NEWS | 6 +++++ > gdb/doc/gdb.texinfo | 16 ++++++++++++++- These parts are OK. > + add_setshow_boolean_cmd ("code-cache", class_support, > + &code_cache_enabled_1, _("\ > +Set cache use for code segment access."), _("\ > +Show cache use for code segment access."), _("\ > +When on, use the target memory cache for all code segment access,\n\ ^^^^^^ "accesses" > +regardless of any configured memory regions. This improves remote\n\ > +performance significantly. By default, caching for code segment\n\ > +access is on."),