X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Fcortex_m.h;h=11d70524bcc7f219cc068e6ca8944670fc36c2d6;hp=a9bd7a4971e9798c063acf539dbf35ea0c281c1a;hb=561984c8f672b5b35a78e80529107ec0599fc037;hpb=bd1502eb0fa6b557a7db9e2d8de12ffdf678545c diff --git a/src/target/cortex_m.h b/src/target/cortex_m.h index a9bd7a4971..11d70524bc 100644 --- a/src/target/cortex_m.h +++ b/src/target/cortex_m.h @@ -194,6 +194,7 @@ int cortex_m3_set_watchpoint(struct target *target, struct watchpoint *watchpoin int cortex_m3_unset_watchpoint(struct target *target, struct watchpoint *watchpoint); int cortex_m3_add_watchpoint(struct target *target, struct watchpoint *watchpoint); int cortex_m3_remove_watchpoint(struct target *target, struct watchpoint *watchpoint); +void cortex_m3_enable_breakpoints(struct target *target); void cortex_m3_enable_watchpoints(struct target *target); void cortex_m3_dwt_setup(struct cortex_m3_common *cm3, struct target *target);