From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18243 invoked by alias); 21 Nov 2013 20:50:00 -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 18231 invoked by uid 89); 21 Nov 2013 20:49:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_50,RDNS_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no version=3.3.2 X-HELO: mail-ve0-f173.google.com Received: from Unknown (HELO mail-ve0-f173.google.com) (209.85.128.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 21 Nov 2013 20:49:58 +0000 Received: by mail-ve0-f173.google.com with SMTP id oz11so240400veb.4 for ; Thu, 21 Nov 2013 12:49:50 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=DjyHG/EgnE9cUztqp8kCY4pihekq6YXh9FCnYG+bX1Y=; b=k0xsRTNKziY0HTzLwQfdcQLSLfmAvyXeCSLER6AXJHcWnpnXDPsJDJ4Aj69liGm+LU U2/a8LVycsR8HoabGhm63b+x9oMMPcB2MRrn3QqqdbZo6VY21ZPitZak+m3GGBeiUdi3 YWZg5Q5ohGul/1ZZtyuekFCZ4z8FWHIFaQLDVIwt80E1v2pu6sq6uDAaRJ9dloGbHP1Y wzzjPGIrmk3spP2CUgjmlQ7+s3Z7UibhVy934I4VUT+Egc412UCbNY2LwqW9wA5fDU4N vBXanxBYDUOoYEjs0pEMQW6ymA60SPdbaMfvQmhjb1JcFCDokmfmTme6ulivEY9HXjpx jlRw== X-Gm-Message-State: ALoCoQmnPBcQS3xacPof97RHZhN+UoqvenKipCZHL3Zeh0uA9TLYqXipYAg6S9Guq9BdDYPTIiRUnAkM4aF278svae6BSHaxpaszw43PXxxZ2K6wROBXEGI0y6LlPeAx3RFbTXKfZ2quCWgxAYTWKnGFd3QfnWz482Jni+hGJ5R4264z0omZOxjQdlYRDiisylZiseDQ1Z1DZrlTXWSAynKvoBnbsWQrvw== MIME-Version: 1.0 X-Received: by 10.58.178.239 with SMTP id db15mr7698725vec.9.1385066990590; Thu, 21 Nov 2013 12:49:50 -0800 (PST) Received: by 10.52.163.52 with HTTP; Thu, 21 Nov 2013 12:49:50 -0800 (PST) In-Reply-To: <871u29h7oa.fsf@fleche.redhat.com> References: <1384996594-20865-1-git-send-email-yao@codesourcery.com> <1384996594-20865-3-git-send-email-yao@codesourcery.com> <528D781A.7070909@codesourcery.com> <871u29h7oa.fsf@fleche.redhat.com> Date: Thu, 21 Nov 2013 21:06:00 -0000 Message-ID: Subject: Re: [PATCH 2/3] set/show code-cache From: Doug Evans To: Tom Tromey Cc: Yao Qi , gdb-patches Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2013-11/txt/msg00658.txt.bz2 On Thu, Nov 21, 2013 at 11:32 AM, Tom Tromey wrote: >>>>>> "Yao" == Yao Qi writes: > > Yao> +@kindex set code-cache > Yao> +@item set code-cache on > Yao> +@itemx set code-cache off > Yao> +Enable or disable caching of code segment accesses. When @code{ON}, > Yao> +use caching. By default, this option is @code{ON}. This improves > Yao> +performance of disassembly in remote debugging without affecting > Yao> +correctness. > > It seems unusual to have "ON" in upper case. cut-n-paste from the stack-cache case. I forget what the rules are here. Do we require fixing the stack-cache case first?