* server.c (process_serial_event): Re-return unsupported, not
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-low.h
index a23945ad07e2618cd0be48db152c658ca5404ac8..8369db912d1de8a57e16512b22d1220e159489d3 100644 (file)
@@ -80,9 +80,10 @@ struct linux_target_ops
   int decr_pc_after_break;
   int (*breakpoint_at) (CORE_ADDR pc);
 
-  /* Watchpoint related functions.  See target.h for comments.  */
-  int (*insert_watchpoint) (char type, CORE_ADDR addr, int len);
-  int (*remove_watchpoint) (char type, CORE_ADDR addr, int len);
+  /* Breakpoint and watchpoint related functions.  See target.h for
+     comments.  */
+  int (*insert_point) (char type, CORE_ADDR addr, int len);
+  int (*remove_point) (char type, CORE_ADDR addr, int len);
   int (*stopped_by_watchpoint) (void);
   CORE_ADDR (*stopped_data_address) (void);
 
This page took 0.026112 seconds and 4 git commands to generate.