From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9973 invoked by alias); 6 Oct 2002 18:31:47 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 9966 invoked from network); 6 Oct 2002 18:31:46 -0000 Received: from unknown (HELO balder.inter.net.il) (192.114.186.15) by sources.redhat.com with SMTP; 6 Oct 2002 18:31:46 -0000 Received: from Zaretsky ([80.230.2.40]) by balder.inter.net.il (Mirapoint Messaging Server MOS 3.1.0.58-GA) with ESMTP id BUR85249; Sun, 6 Oct 2002 21:31:34 +0300 (IDT) Date: Sun, 06 Oct 2002 11:31:00 -0000 From: "Eli Zaretskii" To: klee@apple.com Message-Id: <2593-Sun06Oct2002212803+0200-eliz@is.elta.co.il> CC: gdb-patches@sources.redhat.com In-reply-to: <8CF3C631-D89D-11D6-9DA9-00039396EEB8@apple.com> (message from Klee Dienes on Sat, 5 Oct 2002 16:03:44 -0400) Subject: Re: [PATCH] Print vector registers in natural format, not hex Reply-to: Eli Zaretskii References: <8CF3C631-D89D-11D6-9DA9-00039396EEB8@apple.com> X-SW-Source: 2002-10/txt/msg00163.txt.bz2 > Date: Sat, 5 Oct 2002 16:03:44 -0400 > From: Klee Dienes > > 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.