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 07/10] Associate target_dcache to address_space.


> From: Yao Qi <yao@codesourcery.com>
> Date: Sun, 3 Nov 2013 13:54:07 +0800
> 
> 2013-11-02  Yao Qi  <yao@codesourcery.com>
> 
> 	* gdb.texinfo (Caching Target Data): Update doc for
> 	per-address-space dcache.

This part is approved, provided you fix the gotcha pointed out below.

>  @value{GDBN} caches data exchanged between the debugger and a target.
> +Each cache is associated with the address space of the inferior.  See
> +@ref{Inferiors and Programs} about inferior and address space.

Please use "@xref" instead of "See @ref" at the beginning of a sentence.

Thanks.


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