the "ambiguous linespec" series
[deliverable/binutils-gdb.git] / gdb / elfread.c
index a309a2cc1b6e3bed005daaad8bd3a9383ab0c040..067c77f26dcc354f9e8ce08055044c535109549c 100644 (file)
@@ -1032,7 +1032,7 @@ elf_gnu_ifunc_resolver_return_stop (struct breakpoint *b)
     }
   gdb_assert (b->type == bp_gnu_ifunc_resolver);
 
-  gdb_assert (current_program_space == b->pspace);
+  gdb_assert (current_program_space == b->pspace || b->pspace == NULL);
   elf_gnu_ifunc_record_cache (b->addr_string, resolved_pc);
 
   sal = find_pc_line (resolved_pc, 0);
This page took 0.025285 seconds and 4 git commands to generate.