binutils-gdb/gdb/mi
Simon Marchi a9ac81b1a7 gdb: remove uses of iterate_over_inferiors in mi/mi-main.c
Replace with range-based loops.

gdb/ChangeLog:

	* mi/mi-main.c (run_one_inferior): Change return type to void, replace
	`void *` parameter with proper parameters.
	(mi_cmd_exec_run): Use range-based loop to iterate over inferiors.
	(print_one_inferior): Change return type to void, replace `void *`
	parameter with proper parameters.
	(mi_cmd_list_thread_groups): Use range-based loop to iterate over
	inferiors.
	(get_other_inferior): Remove.
	(mi_cmd_remove_inferior): Use range-based loop to iterate over
	inferiors.
2020-01-17 09:57:58 -05:00
..
ChangeLog-1999-2003
mi-cmd-break.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
mi-cmd-break.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
mi-cmd-catch.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
mi-cmd-disas.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
mi-cmd-env.c gdb: add back declarations for _initialize functions 2020-01-13 14:01:38 -05:00
mi-cmd-file.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
mi-cmd-info.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
mi-cmd-stack.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
mi-cmd-target.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
mi-cmd-var.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
mi-cmds.c gdb: add back declarations for _initialize functions 2020-01-13 14:01:38 -05:00
mi-cmds.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
mi-common.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
mi-common.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
mi-console.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
mi-console.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
mi-getopt.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
mi-getopt.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
mi-interp.c gdb: remove use of iterate_over_inferiors in mi/mi-interp.c 2020-01-17 09:57:08 -05:00
mi-interp.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
mi-main.c gdb: remove uses of iterate_over_inferiors in mi/mi-main.c 2020-01-17 09:57:58 -05:00
mi-main.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
mi-out.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
mi-out.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
mi-parse.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
mi-parse.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
mi-symbol-cmds.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00