Pass breakpoint type in set_breakpoint_at
[deliverable/binutils-gdb.git] / gdb / gdbserver / mem-break.h
index 6a06c0c0f7c8fde6fb4ab10e6fd730159712f536..dd5a750d7d055f475f645b4860449112d580378d 100644 (file)
@@ -141,7 +141,8 @@ int gdb_breakpoint_here (CORE_ADDR where);
 
 /* Create a new breakpoint at WHERE, and call HANDLER when
    it is hit.  HANDLER should return 1 if the breakpoint
-   should be deleted, 0 otherwise.  */
+   should be deleted, 0 otherwise.  The type of the created
+   breakpoint is other_breakpoint.  */
 
 struct breakpoint *set_breakpoint_at (CORE_ADDR where,
                                      int (*handler) (CORE_ADDR));
This page took 0.02415 seconds and 4 git commands to generate.