commit | f643d36e9f82946efc9676b73be037ecfafb895a | [log] [tgz] |
---|---|---|
author | Simon Marchi <simon.marchi@efficios.com> | Mon Jun 16 15:33:01 2025 -0400 |
committer | Simon Marchi <simon.marchi@polymtl.ca> | Thu Jun 26 14:08:31 2025 -0400 |
tree | 981dcee4af4dbc0c421f9544478d0ab6d0b473df | |
parent | 021108382a84cc8ddfee2c249049d9ecca6a0ec6 [diff] |
gdb/solib: add solib -> solib_ops backlink The subsequent C++ification commit makes it so that one struct solib_ops is instantiated for each program space. For some operations, it will then become necessary to be able to get the right solib_ops instance from a given solib. Add an solib -> solib_ops backlink for that. Change-Id: Ib95407b3fa5fcfba55cf874e0e9dcd2d43a402e4 Approved-By: Pedro Alves <pedro@palves.net>