* server.c (process_serial_event): Add support for Z0 and Z1 packet.
[deliverable/binutils-gdb.git] / gdb / gdbserver / target.h
index 70b5d01e53ad0ded917b6209911ca9311bee541c..5ca63901ab21a633f7ff2304269afc87fa01bd6c 100644 (file)
@@ -216,10 +216,11 @@ struct target_ops
   /* Insert and remove a hardware watchpoint.
      Returns 0 on success, -1 on failure and 1 on unsupported.
      The type is coded as follows:
-       2 = write watchpoint
-       3 = read watchpoint
-       4 = access watchpoint
-  */
+       '0' - software-breakpoint
+       '1' - hardware-breakpoint
+       '2' - write watchpoint
+       '3' - read watchpoint
+       '4' - access watchpoint  */
 
   int (*insert_watchpoint) (char type, CORE_ADDR addr, int len);
   int (*remove_watchpoint) (char type, CORE_ADDR addr, int len);
This page took 0.024998 seconds and 4 git commands to generate.