]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/remote.c
Add target_ops argument to to_insert_watchpoint
[thirdparty/binutils-gdb.git] / gdb / remote.c
index c797530cb7936a4bda27ce25eebeeb42791da295..d851bf798abbd1af681e783405641543b66cc058 100644 (file)
@@ -8166,7 +8166,8 @@ watchpoint_to_Z_packet (int type)
 }
 
 static int
-remote_insert_watchpoint (CORE_ADDR addr, int len, int type,
+remote_insert_watchpoint (struct target_ops *self,
+                         CORE_ADDR addr, int len, int type,
                          struct expression *cond)
 {
   struct remote_state *rs = get_remote_state ();