[PATCH 1/4] gdb: Remove register class specific layout names.

Andrew Burgess andrew.burgess@embecosm.com
Thu May 21 11:33:00 GMT 2015


* Pedro Alves <palves@redhat.com> [2015-05-21 09:42:17 +0100]:

> On 05/21/2015 12:17 AM, Andrew Burgess wrote:
> > 
> > Second there is already the command 'tui reg GROUP' command to set the
> > displayed register set to GROUP, so making the layout command also
> > control the register set feels like unnecessary overloading of the
> > layout command.
> 
> (A tangent: I was playing with this a bit now, and found it quite odd
> that there's a "tui reg next" command here, but
> no "tui reg previous"...)

Indeed, this is on my list of things to look at next (unless you're
already fixing it).

You'll also notice, at least on x86-64 that if you use 'tui reg next'
you get access to more register sets that are offered in the
tab-completion mechanism.  This too is something I plan to address in
the next series.

Thanks,
Andrew



More information about the Gdb-patches mailing list