binutils-gdb/gdb/cli
Simon Marchi 5e84b7eefb gdb: remove add_alias_cmd overload that accepts a string
Same idea as previous patch, but for add_alias_cmd.  Remove the overload
that accepts the target command as a string (the target command name),
leaving only the one that takes the cmd_list_element.

gdb/ChangeLog:

	* command.h (add_alias_cmd): Accept target as
	cmd_list_element.  Update callers.

Change-Id: I546311f411e9e7da9302322d6ffad4e6c56df266
2021-05-27 14:00:08 -04:00
..
cli-cmds.c gdb: remove add_alias_cmd overload that accepts a string 2021-05-27 14:00:08 -04:00
cli-cmds.h
cli-decode.c gdb: remove add_alias_cmd overload that accepts a string 2021-05-27 14:00:08 -04:00
cli-decode.h gdb: add cmd_list_element::is_command_class_help 2021-05-17 14:01:32 -04:00
cli-dump.c gdb: generate the prefix name for prefix commands on demand 2021-05-12 11:19:22 +01:00
cli-interp.c
cli-interp.h
cli-logging.c gdb: generate the prefix name for prefix commands on demand 2021-05-12 11:19:22 +01:00
cli-option.c
cli-option.h
cli-script.c cli-script: use unique_ptr to not leak next struct 2021-05-20 21:03:47 +02:00
cli-script.h cli-script: use unique_ptr to not leak next struct 2021-05-20 21:03:47 +02:00
cli-setshow.c gdb: Pass std::strings to ui_out::field_string () where convenient 2021-05-19 13:58:41 +01:00
cli-setshow.h
cli-style.c gdb: generate the prefix name for prefix commands on demand 2021-05-12 11:19:22 +01:00
cli-style.h gdb: generate the prefix name for prefix commands on demand 2021-05-12 11:19:22 +01:00
cli-utils.c
cli-utils.h