]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/gdbserver/linux-arm-low.c
Replace breakpoint_reinsert_addr by get_next_pcs operation in GDBServer
[thirdparty/binutils-gdb.git] / gdb / gdbserver / linux-arm-low.c
index d4d58a8c98219be86697a07b2ee04e602385ab9b..2e8cd6d924d4e4fd7653881134a1c24cf782b9bb 100644 (file)
@@ -871,7 +871,7 @@ struct linux_target_ops the_low_target = {
   arm_set_pc,
   arm_breakpoint_kind_from_pc,
   arm_sw_breakpoint_from_kind,
-  NULL, /* breakpoint_reinsert_addr */
+  NULL, /* get_next_pcs */
   0,
   arm_breakpoint_at,
   arm_supports_z_point_type,