This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 2/3] set/show code-cache


On Thu, Nov 21, 2013 at 11:32 AM, Tom Tromey <tromey@redhat.com> wrote:
>>>>>> "Yao" == Yao Qi <yao@codesourcery.com> 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?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]