]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb: rename struct shobj -> struct solib
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 5 Feb 2024 20:18:33 +0000 (15:18 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Mon, 5 Feb 2024 21:10:15 +0000 (16:10 -0500)
commit7b323785ef83a7d6f023909fe21b7983651c3f27
treeb1833dfb62b268955f3be8af5aa7493e9ad92c15
parent68d3bf7d246321407697aeb036036dae1a99a742
gdb: rename struct shobj -> struct solib

`struct so_list` was recently renamed to `struct shobj` (in 3fe0dfd1604f
("gdb: rename struct so_list to shobj")).  In hindsight, `solib` would
have been a better name.  We have solib.c, the implementations in
solib-*.c, many functions with solib in their name, the solib_loaded /
solib_unloaded observables, etc.

Rename shobj to solib.

Change-Id: I0af1c7a9b29bdda027e9af633f6d37e1cfcacd5d
Approved-By: Tom Tromey <tom@tromey.com>
26 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
gdb/target-section.h