binutils-gdb/gdb/mi
Tom Tromey a1fd1ac9de Remove ALL_SO_LIBS and so_list_head
This patch started as an attempt to replace ALL_SO_LIBS with an
ordinary C++ iterator.  However, then I tripped over the so_list_head
define again, and decided to remove it as well.

gdb/ChangeLog
2020-05-08  Tom Tromey  <tom@tromey.com>

	* mi/mi-cmd-file.c (mi_cmd_file_list_shared_libraries): Update.
	* solib-svr4.c (svr4_fetch_objfile_link_map): Update.
	(enable_break): Update.
	* solib-frv.c (frv_fdpic_find_global_pointer): Update.
	(frv_fdpic_find_canonical_descriptor): Update.
	(frv_fetch_objfile_link_map): Update.
	* progspace.c (program_space::free_all_objfiles): Update.
	(program_space::solibs): New method.
	* progspace.h (struct program_space) <solibs>: New method.
	* solist.h (master_so_list): Don't declare.
	(ALL_SO_LIBS): Remove.
	* solib.h (so_list_head): Remove.
	(update_solib_list): Update comment.
	* solib.c (master_so_list): Remove.
	(solib_used, update_solib_list, solib_add)
	(info_sharedlibrary_command, clear_solib)
	(reload_shared_libraries_1, remove_user_added_objfile): Update.
2020-05-08 14:21:22 -06: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 Remove ALL_SO_LIBS and so_list_head 2020-05-08 14:21:22 -06: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 Move event-loop.[ch] to gdbsupport/ 2020-04-13 14:10:04 -06:00
mi-interp.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
mi-main.c Move event-loop.[ch] to gdbsupport/ 2020-04-13 14:10:04 -06: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 Change get_objfile_arch to a method on objfile 2020-04-18 08:35:04 -06:00