]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/progspace.c
Change clear_program_space_solib_cache to method on program_space
authorTom Tromey <tom@tromey.com>
Thu, 29 Oct 2020 21:04:33 +0000 (15:04 -0600)
committerTom Tromey <tom@tromey.com>
Thu, 29 Oct 2020 21:04:38 +0000 (15:04 -0600)
commite39fb97114f28dbc0f38a9851437437bfc5c43a0
tree1fb7f93dd50e73b398ae35e170bb36dc9a41a61a
parenta42d7dd873b1fc989b25c2fc793d6d084c6af907
Change clear_program_space_solib_cache to method on program_space

This changes clear_program_space_solib_cache to be a method on
program_space.  Also, it removes a call to this function from the
program_space destructor, as that is not necessary.

gdb/ChangeLog
2020-10-29  Tom Tromey  <tom@tromey.com>

* progspace.c (program_space::~program_space): Don't call
clear_program_space_solib_cache.
(program_space::clear_solib_cache): Rename from
clear_solib_cache.
* solib.c (handle_solib_event): Update.
* progspace.h (struct program_space) <clear_solib_cache>: New
method.
(clear_program_space_solib_cache): Don't declare.
gdb/ChangeLog
gdb/progspace.c
gdb/progspace.h
gdb/solib.c