Replace search_domain with domain_search_flags

This patch changes gdb to replace search_domain with
domain_search_flags everywhere.  search_domain is removed.
This commit is contained in:
Tom Tromey
2023-03-02 15:05:17 -07:00
parent 25f31e1820
commit c92d4de16a
20 changed files with 187 additions and 194 deletions

View File

@@ -368,7 +368,7 @@ gcc_cplus_convert_symbol (void *datum,
symbol_searcher searcher;
searcher.find_all_symbols (identifier, current_language,
ALL_DOMAIN, nullptr, nullptr);
SEARCH_ALL, nullptr, nullptr);
/* Convert any found symbols. */
for (const auto &it : searcher.matching_symbols ())