]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/python/py-symbol.c
Replace search_domain with domain_search_flags
[thirdparty/binutils-gdb.git] / gdb / python / py-symbol.c
index 52a25b632e03e4abdd69812eef61d61af2451fa6..a7d010f6d0c7d1e48e76405d6d2a0ecbb0fd926f 100644 (file)
@@ -596,7 +596,7 @@ gdbpy_lookup_static_symbols (PyObject *self, PyObject *args, PyObject *kw)
       lookup_name_info lookup_name (name, symbol_name_match_type::FULL);
       expand_symtabs_matching (NULL, lookup_name, NULL, NULL,
                               SEARCH_GLOBAL_BLOCK | SEARCH_STATIC_BLOCK,
-                              ALL_DOMAIN);
+                              SEARCH_ALL);
 
       for (objfile *objfile : current_program_space->objfiles ())
        {