This is the mail archive of the gdb-patches@sources.redhat.com 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]

PATCH ARM more set/show command cleanup


As promised in previous mail, this moves the apcs32 flag under "set/show 
arm".

I've also cleaned up the way some of the commands are created (using 
add_setshow_... where appropriate) and fixed the show arm command so that 
it prints the settings of all the sub-variables.

R.

2003-03-22  Richard Earnshaw  <rearnsha at arm dot com>

	* arm-tdep.c (show_arm_command): Don't print out help.  Instead, show
	the current setting of each value.
	(_initialize_arm_tdep): Delete variable new_cmd and add new vars
	new_set and new_show.  Use add_setshow_cmd_full and 
	add_setshow_boolean_cmd as appropriate.  Deprecate "set/show apcs32"
	commands and add new version as subcommands of "set/show arm".


Attachment: gdb-setarm2.patch
Description: gdb-setarm2.patch


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