]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Change program_space::added_solibs to a std::vector
authorTom Tromey <tom@tromey.com>
Tue, 29 May 2018 06:38:23 +0000 (00:38 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 29 May 2018 17:51:11 +0000 (11:51 -0600)
commitbcb430e4cd5bcd913813236536031f1fc7f72aee
tree4b2546872474cb0ff401043bdfe261d2492cf5cd
parent894882e344735ace5231f179484086f7697d27cc
Change program_space::added_solibs to a std::vector

This changes program_space::added_solibs to a std::vector, removing a
VEC.

Tested by the buildbot.

gdb/ChangeLog
2018-05-29  Tom Tromey  <tom@tromey.com>

* progspace.h (so_list_ptr): Remove typedef.  Don't declare VEC.
(struct program_space) <added_solibs>: Now a std::vector.
* breakpoint.c (print_solib_event): Update.
(check_status_catch_solib): Update.
* progspace.c (clear_program_space_solib_cache): Update.
* solib.c (update_solib_list): Update.
gdb/ChangeLog
gdb/breakpoint.c
gdb/progspace.c
gdb/progspace.h
gdb/solib.c