binutils-gdb/gdb/cli
Andrew Cagney 0854615980 2005-02-16 Andrew Cagney <cagney@gnu.org>
Merge setshow print and show parameters.
	* command.h (show_value_ftype): Define.
	(deprecated_show_value_hack): Declare.
	(add_setshow_enum_cmd, add_setshow_auto_boolean_cmd)
	(add_setshow_boolean_cmd, add_setshow_filename_cmd)
	(add_setshow_string_cmd, add_setshow_uinteger_cmd)
	(add_setshow_zinteger_cmd): Change type of show_func to
	show_value_ftype.
	* cli/cli-decode.h (struct cmd_list_element): Replace
	fprint_setshow with show_value_func.
	* cli/cli-decode.c (add_setshow_cmd_full): Update show_func
	parameter.  Set show_value_func.  Do not set cmd_sfunc.
	(add_setshow_enum_cmd, add_setshow_auto_boolean_cmd)
	(add_setshow_boolean_cmd, add_setshow_filename_cmd)
	(add_setshow_string_cmd, add_setshow_uinteger_cmd)
	(add_setshow_zinteger_cmd): Update.
	* complaints.c (complaints_show_value): Replace
	fprint_setshow_complaints.
	(_initialize_complaints): Update.
	* mips-tdep.c (show_mask_address): Update.
	* arm-tdep.c (show_fp_model): Update.
	* cli/cli-setshow.c (do_setshow_command): Call show_value_func
	instead of fprint_setshow.  Use deprecated_show_value_hack.
	(deprecated_show_value_hack): New function.
	* remote.c (add_packet_config_cmd, show_remote_cmd):
	(show_remote_protocol_P_packet_cmd)
	(show_remote_protocol_P_packet_cmd)
	(show_remote_protocol_Z_access_wp_packet_cmd)
	(show_remote_protocol_Z_hardware_bp_packet_cmd)
	(show_remote_protocol_Z_packet_cmd)
	(show_remote_protocol_Z_read_wp_packet_cmd)
	(show_remote_protocol_Z_software_bp_packet_cmd)
	(show_remote_protocol_Z_write_wp_packet_cmd)
	(show_remote_protocol_binary_download_cmd)
	(show_remote_protocol_p_packet_cmd)
	(show_remote_protocol_qPart_auxv_packet_cmd)
	(show_remote_protocol_qSymbol_packet_cmd)
	(show_remote_protocol_vcont_packet_cmd): Update.
2005-02-16 17:20:59 +00:00
..
cli-cmds.c 2005-02-15 Andrew Cagney <cagney@gnu.org> 2005-02-15 15:49:28 +00:00
cli-cmds.h gdb/ChangeLog: 2003-05-07 21:42:48 +00:00
cli-decode.c 2005-02-16 Andrew Cagney <cagney@gnu.org> 2005-02-16 17:20:59 +00:00
cli-decode.h 2005-02-16 Andrew Cagney <cagney@gnu.org> 2005-02-16 17:20:59 +00:00
cli-dump.c 2005-02-15 Andrew Cagney <cagney@gnu.org> 2005-02-15 15:49:28 +00:00
cli-dump.h 2005-01-27 Andrew Cagney <cagney@gnu.org> 2005-01-27 20:34:51 +00:00
cli-interp.c 2005-01-14 Andrew Cagney <cagney@gnu.org> 2005-01-14 22:59:36 +00:00
cli-logging.c 2005-02-15 Andrew Cagney <cagney@gnu.org> 2005-02-15 15:49:28 +00:00
cli-script.c 2005-02-11 Andrew Cagney <cagney@gnu.org> 2005-02-11 18:13:55 +00:00
cli-script.h * breakpoint.c (bpstat_do_actions): To ensure that 2003-12-22 03:43:19 +00:00
cli-setshow.c 2005-02-16 Andrew Cagney <cagney@gnu.org> 2005-02-16 17:20:59 +00:00
cli-setshow.h 2003-04-12 Andrew Cagney <cagney@redhat.com> 2003-04-12 17:41:26 +00:00
cli-utils.c Move putchar_filtered() to utils.c. 2001-01-31 03:46:23 +00:00
cli-utils.h Update/correct copyright notices. 2001-03-06 08:22:02 +00:00