summaryrefslogtreecommitdiff
path: root/src/target/arm7_9_common.h
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-06-06 06:12:04 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-06-06 06:12:04 +0000
commitc526c43c43f225349f78f13cfcf01abf1b193096 (patch)
treee45f56329bcd4735877d0c5260add9f941110c0b /src/target/arm7_9_common.h
parenta532e98176d1a01378ec7b49658610970f3e1d54 (diff)
downloadopenocd_libswd-c526c43c43f225349f78f13cfcf01abf1b193096.tar.gz
openocd_libswd-c526c43c43f225349f78f13cfcf01abf1b193096.tar.bz2
openocd_libswd-c526c43c43f225349f78f13cfcf01abf1b193096.tar.xz
openocd_libswd-c526c43c43f225349f78f13cfcf01abf1b193096.zip
Nicolas Pitre: Feroceon fixes
git-svn-id: svn://svn.berlios.de/openocd/trunk@705 b42882b7-edfa-0310-969c-e2dbd0fdcd60
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);