]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb: rename target_so_ops to solib_ops
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 5 Feb 2024 20:18:34 +0000 (15:18 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Mon, 5 Feb 2024 21:10:15 +0000 (16:10 -0500)
commit6cedf3bcbf9d8ac88147fdb9b0765a206191a282
treee6ba766a7f51f3b0aba680c7182e54d6345baafa
parent7b323785ef83a7d6f023909fe21b7983651c3f27
gdb: rename target_so_ops to solib_ops

I don't like the name `target_so_ops`, because:

 - The name `target` is so overloaded, and in this case it's not even
   related to target_ops or anything else called "target".
 - We do have an implementation that actually fetches solibs from the
   target (solib_target_so_op in solib-target.c), so it's confusing for
   the "base class" to be called target_something as well.

Rename to solib_ops.

Change-Id: I46a983d44e81400470e22deb09aaf26ad8a3587f
Approved-By: Tom Tromey <tom@tromey.com>
24 files changed:
gdb/frv-tdep.h
gdb/gdbarch-gen.h
gdb/gdbarch.c
gdb/gdbarch.h
gdb/gdbarch_components.py
gdb/i386-nto-tdep.c
gdb/mips-linux-tdep.c
gdb/ppc-linux-tdep.c
gdb/solib-aix.c
gdb/solib-aix.h
gdb/solib-darwin.c
gdb/solib-darwin.h
gdb/solib-dsbt.c
gdb/solib-dsbt.h
gdb/solib-frv.c
gdb/solib-rocm.c
gdb/solib-svr4.c
gdb/solib-svr4.h
gdb/solib-target.c
gdb/solib-target.h
gdb/solib.c
gdb/solib.h
gdb/solist.h
gdb/windows-tdep.c