]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Use domain_search_flags in lookup_symbol et al
authorTom Tromey <tom@tromey.com>
Fri, 31 Mar 2023 05:00:26 +0000 (23:00 -0600)
committerTom Tromey <tom@tromey.com>
Sun, 28 Jan 2024 17:58:16 +0000 (10:58 -0700)
commitccf41c248737eb6650211481366c4e1156ce01ae
tree55933f48a150085e0df7728b4f82047977559a88
parent6c0152149476085e6c4c5c812bfc3a06fff7c938
Use domain_search_flags in lookup_symbol et al

This changes lookup_symbol and associated APIs to accept
domain_search_flags rather than a domain_enum.

Note that this introduces some new constants to Python and Guile.  I
chose to break out the documentation patch for this, because the
internals here do not change until a later patch, and it seemed
simpler to patch the docs just once, rather than twice.
64 files changed:
gdb/ada-lang.c
gdb/ada-tasks.c
gdb/alpha-mdebug-tdep.c
gdb/ax-gdb.c
gdb/block.c
gdb/block.h
gdb/c-exp.y
gdb/c-lang.c
gdb/c-valprint.c
gdb/compile/compile-c-symbols.c
gdb/compile/compile-cplus-symbols.c
gdb/compile/compile-cplus-types.c
gdb/compile/compile-object-load.c
gdb/cp-namespace.c
gdb/cp-support.c
gdb/cp-support.h
gdb/d-exp.y
gdb/d-lang.c
gdb/d-lang.h
gdb/d-namespace.c
gdb/dwarf2/ada-imported.c
gdb/dwarf2/loc.c
gdb/eval.c
gdb/f-exp.y
gdb/f-lang.c
gdb/f-lang.h
gdb/f-valprint.c
gdb/fbsd-tdep.c
gdb/frame.c
gdb/ft32-tdep.c
gdb/gdbtypes.c
gdb/gnu-v3-abi.c
gdb/go-exp.y
gdb/guile/scm-frame.c
gdb/guile/scm-symbol.c
gdb/infrun.c
gdb/language.c
gdb/language.h
gdb/linespec.c
gdb/m2-exp.y
gdb/mi/mi-cmd-stack.c
gdb/moxie-tdep.c
gdb/objc-lang.c
gdb/objfiles.h
gdb/p-exp.y
gdb/p-valprint.c
gdb/parse.c
gdb/printcmd.c
gdb/psymtab.c
gdb/python/py-frame.c
gdb/python/py-objfile.c
gdb/python/py-symbol.c
gdb/rust-lang.c
gdb/rust-lang.h
gdb/rust-parse.c
gdb/source.c
gdb/stack.c
gdb/symfile-debug.c
gdb/symfile.c
gdb/symtab.c
gdb/symtab.h
gdb/valops.c
gdb/value.c
gdb/xstormy16-tdep.c