diff options
Diffstat (limited to 'src/target/target.h')
-rw-r--r-- | src/target/target.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/target/target.h b/src/target/target.h index e6d6f294..dae5f19e 100644 --- a/src/target/target.h +++ b/src/target/target.h @@ -78,7 +78,8 @@ enum target_debug_reason DBG_REASON_WATCHPOINT = 2, DBG_REASON_WPTANDBKPT = 3, DBG_REASON_SINGLESTEP = 4, - DBG_REASON_NOTHALTED = 5 + DBG_REASON_NOTHALTED = 5, + DBG_REASON_UNDEFINED = 6 }; extern char *target_debug_reason_strings[]; |