Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [patch/rfc] Don't include vector registers in ``info registers''
@ 2002-08-08 16:52 Andrew Cagney
  2002-08-08 17:07 ` Andrew Cagney
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Andrew Cagney @ 2002-08-08 16:52 UTC (permalink / raw)
  To: gdb-patches

Hello,

The attached patch modifies the generic ``info registsters'' command so 
that it precludes vector registers (in addition to floating-point 
registers).  The online doco indicates:

(gdb) help info registers
List of integer registers and their contents, for selected stack frame.
Register name as argument means describe only that register.
(gdb) help info all-registers
List of all registers and their contents, for selected stack frame.
Register name as argument means describe only that register.

I think the change makes the behavour a better match for both the 
documentation and what I think is the intent of the command.  Print a 
minimal set of registers.

It will eventually affect the i386 -- I've a patch to change the type of 
xmm [and mmx] registers to true vectors.  When that is in, ``info 
registers'' will stop displaying the xmm registers.

Thoughts?

enjoy,
Andrew


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2002-08-16  0:12 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-08 16:52 [patch/rfc] Don't include vector registers in ``info registers'' Andrew Cagney
2002-08-08 17:07 ` Andrew Cagney
2002-08-08 19:07   ` Elena Zannoni
2002-08-08 19:24     ` Andrew Cagney
2002-08-13 14:45     ` Andrew Cagney
2002-08-09 11:39   ` Andrew Cagney
2002-08-15 17:12   ` Andrew Cagney
2002-08-08 18:33 ` Daniel Jacobowitz
2002-08-08 18:45   ` Michael Snyder
2002-08-08 19:35   ` Andrew Cagney
2002-08-08 18:50 ` Michael Snyder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox