summaryrefslogtreecommitdiff
path: root/src/target/arm7_9_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/arm7_9_common.h')
-rw-r--r--src/target/arm7_9_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/target/arm7_9_common.h b/src/target/arm7_9_common.h
index d6052f85..df2763d4 100644
--- a/src/target/arm7_9_common.h
+++ b/src/target/arm7_9_common.h
@@ -46,6 +46,7 @@ typedef struct arm7_9_common_s
int force_hw_bkpts;
int dbgreq_adjust_pc;
int use_dbgrq;
+ int need_bypass_before_restart;
etm_context_t *etm_ctx;
@@ -87,6 +88,8 @@ typedef struct arm7_9_common_s
void (*enable_single_step)(target_t *target);
void (*disable_single_step)(target_t *target);
+ void (*set_special_dbgrq)(target_t *target);
+
void (*pre_debug_entry)(target_t *target);
void (*post_debug_entry)(target_t *target);