Change breakpoint event locations to event_location_up
[deliverable/binutils-gdb.git] / gdb / elfread.c
index 2ca10f8fdd7e9aedd432a2fcb2027b622ac16c77..fba20262312977875e4919216b427da492598a02 100644 (file)
@@ -1006,7 +1006,7 @@ elf_gnu_ifunc_resolver_return_stop (struct breakpoint *b)
   resolved_pc = gdbarch_addr_bits_remove (gdbarch, resolved_pc);
 
   gdb_assert (current_program_space == b->pspace || b->pspace == NULL);
-  elf_gnu_ifunc_record_cache (event_location_to_string (b->location),
+  elf_gnu_ifunc_record_cache (event_location_to_string (b->location.get ()),
                              resolved_pc);
 
   sal = find_pc_line (resolved_pc, 0);
This page took 0.024331 seconds and 4 git commands to generate.