forked from Imagelibrary/binutils-gdb
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:
@@ -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 ())
|
||||
|
||||
Reference in New Issue
Block a user