gdb: rename struct so_list to shobj
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 17 Oct 2023 19:37:58 +0000 (15:37 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 19 Oct 2023 15:14:26 +0000 (11:14 -0400)
commit3fe0dfd1604f9bf8d51a7473f7f27e16242986be
tree29cbbacf6997fd331d8d383de4546f0482bd87a2
parent30932f40120fa64147f8b5f7d9e4c462825c4e47
gdb: rename struct so_list to shobj

Now that so_list lists are implemented using intrusive_list, it doesn't
really make sense for the element type to be named "_list".  Rename to
just `struct shobj` (`struct so` was deemed to be not greppable enough).

Change-Id: I1063061901298bb40fee73bf0cce44cd12154c0e
Approved-By: Pedro Alves <pedro@palves.net>
Reviewed-By: Reviewed-By: Lancelot Six <lancelot.six@amd.com>
25 files changed:
gdb/break-catch-load.c
gdb/breakpoint.c
gdb/bsd-uthread.c
gdb/hppa-tdep.c
gdb/hppa-tdep.h
gdb/interps.c
gdb/interps.h
gdb/mi/mi-cmd-file.c
gdb/mi/mi-interp.c
gdb/mi/mi-interp.h
gdb/nto-tdep.c
gdb/nto-tdep.h
gdb/observable.h
gdb/progspace.c
gdb/progspace.h
gdb/solib-aix.c
gdb/solib-darwin.c
gdb/solib-dsbt.c
gdb/solib-frv.c
gdb/solib-rocm.c
gdb/solib-svr4.c
gdb/solib-target.c
gdb/solib.c
gdb/solib.h
gdb/solist.h