8sa1-binutils-gdb/gdb/cli
Simon Marchi baf2b57f18 gdb: move set remote commands to remote.c
Commands "set debug remote" and "set remotetimeout" are defined in
cli/cli-cmds.c, I think it would make more sense for them to be in
remote.c.

gdb/ChangeLog:

	* cli/cli-cmds.c (show_remote_debug): Remove.
	(show_remote_timeout): Remove.
	(_initialize_cli_cmds): Don't register commands.
	* remote.c (show_remote_debug): Move here.
	(show_remote_timeout): Move here.
	(_initialize_remote): Register commands.

Change-Id: Ic4d81888aa4f8dde89d1d29397ef19a08951b80b
2021-01-22 12:35:54 -05:00
..
cli-cmds.c gdb: move set remote commands to remote.c 2021-01-22 12:35:54 -05:00
cli-cmds.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
cli-decode.c Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
cli-decode.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
cli-dump.c Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
cli-interp.c Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
cli-interp.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
cli-logging.c Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
cli-option.c Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
cli-option.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
cli-script.c Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
cli-script.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
cli-setshow.c Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
cli-setshow.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
cli-style.c Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
cli-style.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
cli-utils.c Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
cli-utils.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00