]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Add domain_search_flags
authorTom Tromey <tom@tromey.com>
Thu, 2 Mar 2023 22:20:29 +0000 (15:20 -0700)
committerTom Tromey <tom@tromey.com>
Sun, 28 Jan 2024 17:58:16 +0000 (10:58 -0700)
commit25f31e1820dcec2f0c073c28cbf88646c7c2af97
tree68e9094901fd332bb2d45e2086e78f7ffc15e805
parent271157878868b0549ea00aa5de6be813ae5d3663
Add domain_search_flags

This adds a new flag enum type, domain_search_flags, which is the flag
version of domain_enum.  Nothing uses this yet, but the goal here is
to have all symbol searches and lookups use these flags.  The new
names are chosen to exactly parallel domain_enum.
gdb/symtab.c
gdb/symtab.h