8sa1-binutils-gdb/gdb/mi
Tom Tromey 592553c469 Remove ALL_OBJFILE_COMPUNITS
This removes ALL_OBJFILE_COMPUNITS, replacing its uses with ranged for
loops.  Because ALL_COMPUNITS is also updated, in some places a
declaration must be deleted to avoid shadowing.

gdb/ChangeLog
2019-01-09  Tom Tromey  <tom@tromey.com>

	* source.c (select_source_symtab)
	(forget_cached_source_info_for_objfile): Remove declaration.
	* mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
	declaration.
	* maint.c (count_symtabs_and_blocks): Remove declaration.
	* cp-support.c (add_symbol_overload_list_qualified): Remove
	declaration.
	* coffread.c (coff_symtab_read): Remove declaration.
	* symtab.c (lookup_symbol_in_objfile_symtabs)
	(basic_lookup_transparent_type_1): Use objfile_compunits.
	(lookup_objfile_from_block, find_pc_sect_compunit_symtab)
	(info_sources_command, search_symbols)
	(default_collect_symbol_completion_matches_break_on)
	(make_source_files_completion_list): Remove declaration.
	* ada-lang.c (add_nonlocal_symbols): Use objfile_compunits.
	(ada_collect_symbol_completion_matches)
	(ada_add_global_exceptions): Remove declaration.
	* linespec.c (iterate_over_all_matching_symtabs): Use
	objfile_compunits.
	* objfiles.h (ALL_OBJFILE_COMPUNITS): Remove.
	(class objfile_compunits): New.
	(ALL_COMPUNITS): Use objfile_compunits.
	* symmisc.c (print_objfile_statistics, maintenance_info_symtabs)
	(maintenance_check_symtabs, maintenance_info_line_tables): Use
	objfile_compunits.
	* objfiles.c (objfile_relocate1): Use objfile_compunits.
2019-01-09 18:28:15 -07:00
..
ChangeLog-1999-2003
mi-cmd-break.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mi-cmd-break.h Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mi-cmd-catch.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mi-cmd-disas.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mi-cmd-env.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mi-cmd-file.c Remove ALL_OBJFILE_COMPUNITS 2019-01-09 18:28:15 -07:00
mi-cmd-info.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mi-cmd-stack.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mi-cmd-target.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mi-cmd-var.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mi-cmds.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mi-cmds.h Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mi-common.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mi-common.h Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mi-console.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mi-console.h Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mi-getopt.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mi-getopt.h Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mi-interp.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mi-interp.h Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mi-main.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mi-main.h Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mi-out.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mi-out.h Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mi-parse.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mi-parse.h Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
mi-symbol-cmds.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00