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


>>>>> "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.

Tom


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