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 v3 1/2] Add new GDB command "maint print user-registers"


> From: Andreas Arnez <arnez@linux.vnet.ibm.com>
> Date: Wed, 10 Dec 2014 18:22:38 +0100
> 
> This adds a command for listing the "user" registers.  So far GDB
> offered no means of determining the set of user registers and omitted
> them from all other register listings.

Thanks.

> +@kindex maint print user-registers
> +@cindex user registers
> +@item maint print user-registers
> +List all currently available ``user'' registers.  User registers

When you first introduce new terminology, it is best to use @dfn, like
this:

  List all currently available @dfn{user registers}.

This will look prettier in print, and will have the same effect as
``..'' in the Info manual.

Other than that, the documentation parts are OK.


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