binutils-gdb/gdb/mi
Simon Marchi 7becfd03ba Change return type of ui_out redirect to void
All implementations of redirect/do_redirect in the ui_out subsystem
always return 0 (success).  We can therefore clean it up and make them
return void.

gdb/ChangeLog:

	* cli-out.c (cli_ui_out::do_redirect): Change return type to
	void.
	* cli-out.h (cli_ui_out::do_redirect): Likewise.
	* mi/mi-out.c (mi_ui_out::do_redirect): Likewise.
	* mi/mi-out.h (mi_ui_out::do_redirect): Likewise.
	* ui-out.c (ui_out::redirect): Likewise.
	* ui-out.h (ui_out::redirect, ui_out::do_redirect): Likewise.
	* cli/cli-logging.c (set_logging_redirect): Update call site of
	ui_out::redirect.
	(handle_redirections): Likewise.
	* scm-ports.c (ioscm_with_output_to_port_worker): Likewise.
	* top.c (execute_command_to_string): Likewise.
	* utils.c (do_ui_out_redirect_pop): Likewise.
2017-01-10 11:32:04 -05:00
..
ChangeLog-1999-2003
mi-cmd-break.c update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
mi-cmd-break.h update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
mi-cmd-catch.c update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
mi-cmd-disas.c update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
mi-cmd-env.c update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
mi-cmd-file.c update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
mi-cmd-info.c update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
mi-cmd-stack.c update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
mi-cmd-target.c update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
mi-cmd-var.c update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
mi-cmds.c update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
mi-cmds.h update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
mi-common.c update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
mi-common.h update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
mi-console.c update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
mi-console.h update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
mi-getopt.c update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
mi-getopt.h update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
mi-interp.c update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
mi-main.c update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
mi-main.h update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
mi-out.c Change return type of ui_out redirect to void 2017-01-10 11:32:04 -05:00
mi-out.h Change return type of ui_out redirect to void 2017-01-10 11:32:04 -05:00
mi-parse.c update copyright year range in GDB files 2017-01-01 10:52:34 +04:00
mi-parse.h Include mi-cmds.h in mi-parse.h 2017-01-06 14:33:00 +00:00
mi-symbol-cmds.c update copyright year range in GDB files 2017-01-01 10:52:34 +04:00