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


On 12/11/2014 11:49 AM, Andreas Arnez wrote:
> 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.
> 
> gdb/ChangeLog:
> 
> 	* user-regs.c: Include "arch-utils.h", "command.h", and
> 	"cli/cli-cmds.h".
> 	(maintenance_print_user_registers): New.
> 	(_initialize_user_regs): Register new "maint print user-registers"
> 	subcommand.

This looks good to me.  Thanks for doing this.

-- 
Pedro Alves


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