X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Fnds32_v3.c;h=868260dc9e59f52900e42b4b3049ca1d4bf02546;hb=80d412bafc03ce9a0418a2b98de2668b0f8de0e6;hp=dc0ca5a67aa91bed8c4659f079659bffc72637b1;hpb=d979d78e97786667d168ba183c9fc60c622d29c1;p=openocd.git 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,