]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb: make objfile::pspace private
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 15 Jul 2024 13:54:45 +0000 (13:54 +0000)
committerSimon Marchi <simon.marchi@efficios.com>
Mon, 15 Jul 2024 13:55:00 +0000 (13:55 +0000)
commit134a0a106c944234e9e4f0dd95af96986117d7d9
tree4e6f91d3cea33a40d9e941739a5b2b8ba14d4a15
parentd21176c014a4696e667b8567df90364939269170
gdb: make objfile::pspace private

Rename to m_pspace, add getter.  An objfile's pspace never changes, so
no setter is necessary.

Change-Id: If4dfb300cb90dc0fb9776ea704ff92baebb8f626
16 files changed:
gdb/ada-lang.c
gdb/ada-tasks.c
gdb/annotate.c
gdb/auto-load.c
gdb/breakpoint.c
gdb/guile/scm-objfile.c
gdb/linespec.c
gdb/objfiles.c
gdb/objfiles.h
gdb/printcmd.c
gdb/python/py-objfile.c
gdb/remote.c
gdb/solib-svr4.c
gdb/solib.c
gdb/symfile.c
gdb/symtab.c