]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Change have_*_symbols functions to methods of program_space
authorTom Tromey <tom@tromey.com>
Fri, 13 Feb 2026 00:13:15 +0000 (17:13 -0700)
committerTom Tromey <tom@tromey.com>
Sat, 14 Feb 2026 17:35:24 +0000 (10:35 -0700)
commit52caa25438f412c1a6eb8626ee2a30e281b4d934
tree40a66fe563cf18f89298a6d5c1f067f97fa8e968
parent48c1417cc205948e911878d4a03a1f147326417a
Change have_*_symbols functions to methods of program_space

This changes the have_*_symbols functions to be methods of
program_space.  This version also renames the methods to use "has_"
rather than "have_".

Approved-By: Simon Marchi <simon.marchi@efficios.com>
16 files changed:
gdb/ada-exp.y
gdb/c-exp.y
gdb/cli/cli-cmds.c
gdb/d-exp.y
gdb/go-exp.y
gdb/linespec.c
gdb/objfiles.c
gdb/objfiles.h
gdb/p-exp.y
gdb/parse.c
gdb/progspace.c
gdb/progspace.h
gdb/source.c
gdb/symfile.c
gdb/symtab.c
gdb/tui/tui-disasm.c