Rename lookup_symbol_global to lookup_global_symbol.
[deliverable/binutils-gdb.git] / gdb / python / py-symbol.c
index 5d71c503e57c8db4f51dcc567b070de28862eea1..716f93d893424e5209f0339f8f409e6ed6f71e77 100644 (file)
@@ -433,7 +433,7 @@ gdbpy_lookup_global_symbol (PyObject *self, PyObject *args, PyObject *kw)
 
   TRY_CATCH (except, RETURN_MASK_ALL)
     {
-      symbol = lookup_symbol_global (name, NULL, domain);
+      symbol = lookup_global_symbol (name, NULL, domain);
     }
   GDB_PY_HANDLE_EXCEPTION (except);
 
This page took 0.023981 seconds and 4 git commands to generate.