binutils-gdb/gdb/cli
Tom Tromey 1947513d92 constify command docs
This makes the command "doc" parameter const.

2014-07-24  Tom Tromey  <tromey@redhat.com>

	* cli/cli-decode.c (add_cmd, add_prefix_cmd)
	(add_abbrev_prefix_cmd, add_set_or_show_cmd, add_info)
	(add_info_alias, add_com): Make "doc" const.
	(print_doc_line): Make "str" const.
	(delete_cmd): Update.
	* cli/cli-decode.h (struct cmd_list_element) <doc>: Now const.
	(print_doc_line): Update.
	* cli/cli-script.c (document_command): Update.
	* command.h (add_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
	(add_com, add_info, add_info_alias): Update.
	* guile/scm-cmd.c (cmdscm_destroyer): Update.
	* python/py-cmd.c (cmdpy_destroyer): Update.
2014-07-24 11:30:04 -06:00
..
cli-cmds.c constify error_no_arg 2014-06-26 09:14:18 -06:00
cli-cmds.h Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
cli-decode.c constify command docs 2014-07-24 11:30:04 -06:00
cli-decode.h constify command docs 2014-07-24 11:30:04 -06:00
cli-dump.c constify cli-dump.c 2014-07-24 11:30:01 -06:00
cli-interp.c Make display_gdb_prompt CLI-only. 2014-05-29 13:47:09 +01:00
cli-logging.c Assign 'targerr' instead of 'targ' to gdb_stdtargerr. 2014-07-03 14:57:33 -04:00
cli-script.c constify command docs 2014-07-24 11:30:04 -06:00
cli-script.h Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
cli-setshow.c constify command prefix 2014-07-24 11:30:04 -06:00
cli-setshow.h constify command prefix 2014-07-24 11:30:04 -06:00
cli-utils.c Add a newline in output messages 2014-03-06 14:36:54 +08:00
cli-utils.h Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00