This is the mail archive of the gdb-patches@sources.redhat.com 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] Print vector registers in natural format, not hex


> Date: Sat, 5 Oct 2002 16:03:44 -0400
> From: Klee Dienes <klee@apple.com>
> 
> The following documentation patch isn't really related to my patch, but 
> would probably be a good idea regardless:
> 
> diff -u -r1.23 gdb.texinfo
> --- gdb.texinfo 2002/09/27 00:36:40     1.23
> +++ gdb.texinfo 2002/10/05 20:06:50
> @@ -5559,14 +5559,14 @@
>   @table @code
>   @kindex info registers
>   @item info registers
> -Print the names and values of all registers except floating-point
> -registers (in the selected stack frame).
> +Print the names and values of all registers except floating-point and
> +vector registers (in the selected stack frame).
> 
>   @kindex info all-registers
>   @cindex floating point registers
>   @item info all-registers
>   Print the names and values of all registers, including floating-point
> -registers.
> +and vector registers.

Thanks, this is approved.

Do we have facilities for printing vector registers?  If so, we should
probably add a cross-reference to their description here.  The
intersted reader will most probably wonder what can she do to print
vector registers when she reads these passages.


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