X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Fnds32_v3.c;h=868260dc9e59f52900e42b4b3049ca1d4bf02546;hp=dc0ca5a67aa91bed8c4659f079659bffc72637b1;hb=refs%2Fchanges%2F92%2F1092%2F16;hpb=d979d78e97786667d168ba183c9fc60c622d29c1 diff --git a/src/target/nds32_v3.c b/src/target/nds32_v3.c index dc0ca5a67a..868260dc9e 100644 --- a/src/target/nds32_v3.c +++ b/src/target/nds32_v3.c @@ -506,6 +506,7 @@ struct target_type nds32_v3_target = { .remove_breakpoint = nds32_v3_remove_breakpoint, .add_watchpoint = nds32_v3_add_watchpoint, .remove_watchpoint = nds32_v3_remove_watchpoint, + .hit_watchpoint = nds32_v3_hit_watchpoint, /* MMU */ .mmu = nds32_mmu,