Removing lookup_minimal_symbol_and_objfile
[deliverable/binutils-gdb.git] / gdb / jit.c
index 8cd645cb66e9930ac081bf7936edd28ed34916c1..e6b3cc25ca42c0accae6b8ef0adb9d24345ed209 100644 (file)
--- a/gdb/jit.c
+++ b/gdb/jit.c
@@ -1041,7 +1041,7 @@ jit_breakpoint_re_set_internal (struct gdbarch *gdbarch,
     {
       /* Lookup the registration symbol.  If it is missing, then we
         assume we are not attached to a JIT.  */
-      reg_symbol = lookup_minimal_symbol_and_objfile (jit_break_name);
+      reg_symbol = lookup_bound_minimal_symbol (jit_break_name);
       if (reg_symbol.minsym == NULL
          || BMSYMBOL_VALUE_ADDRESS (reg_symbol) == 0)
        return 1;
This page took 0.024603 seconds and 4 git commands to generate.