]> git.sur5r.net Git - openocd/blobdiff - src/target/target_type.h
cortex_a hybrid & context breakpoints
[openocd] / src / target / target_type.h
index 6059c403d3bd2b43b58c8735cbf77028227a637f..fc062dabd6cadd6db587ed3a9c57f8594fd6f99d 100644 (file)
@@ -148,6 +148,8 @@ struct target_type
         * Upon GDB connection all breakpoints/watchpoints are cleared.
         */
        int (*add_breakpoint)(struct target *target, struct breakpoint *breakpoint);
+       int (*add_context_breakpoint)(struct target *target, struct breakpoint *breakpoint);
+       int (*add_hybrid_breakpoint)(struct target *target, struct breakpoint *breakpoint);
 
        /* remove breakpoint. hw will only be updated if the target
         * is currently halted.