X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Ftarget.h;h=983f450ac0a69b80d4c6b6b4d64c255278d7fd6d;hp=fb9d7146587362e7ded1527ce20dbc4270daf9f2;hb=fd8a3c9516d6580ab749e4127f6dab0077a8b078;hpb=1c22f5b7dee61e6eb85159970c43240703a1a616;ds=sidebyside diff --git a/src/target/target.h b/src/target/target.h index fb9d714658..983f450ac0 100644 --- a/src/target/target.h +++ b/src/target/target.h @@ -725,6 +725,7 @@ void target_handle_event(struct target *t, enum target_event e); #define ERROR_TARGET_TRANSLATION_FAULT (-309) #define ERROR_TARGET_NOT_RUNNING (-310) #define ERROR_TARGET_NOT_EXAMINED (-311) +#define ERROR_TARGET_DUPLICATE_BREAKPOINT (-312) extern bool get_target_reset_nag(void);