binutils-gdb/gdb/cli
Tom Tromey 1263a9d5f1 Make print_command_trace varargs
I noticed some code in execute_control_command_1 that could be
simplified by making print_command_trace a printf-like function.  This
patch makes this change.

ChangeLog
2018-05-04  Tom Tromey  <tom@tromey.com>

	* top.c (execute_command): Update.
	* cli/cli-script.h (print_command_lines): Now varargs.
	* cli/cli-script.c (print_command_lines): Now varargs.
	(execute_control_command_1) <case while_control, case if_control>:
	Update.
2018-05-04 15:58:06 -06:00
..
cli-cmds.c
cli-cmds.h
cli-decode.c
cli-decode.h Use counted_command_line everywhere 2018-05-04 15:58:06 -06:00
cli-dump.c
cli-interp.c
cli-interp.h
cli-logging.c
cli-script.c Make print_command_trace varargs 2018-05-04 15:58:06 -06:00
cli-script.h Make print_command_trace varargs 2018-05-04 15:58:06 -06:00
cli-setshow.c
cli-setshow.h
cli-utils.c
cli-utils.h