summaryrefslogtreecommitdiff
path: root/src/target/xscale.h
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-11-02 21:21:01 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-11-02 21:21:01 +0000
commit9f58ef3a581ff850b1c9c248e7dc30f472fc4df1 (patch)
tree2ace538d6274eee751d83ff0256ad01279691d9a /src/target/xscale.h
parente3eff88550ec19fa955bd91fa0b92121f3749563 (diff)
downloadopenocd+libswd-9f58ef3a581ff850b1c9c248e7dc30f472fc4df1.tar.gz
openocd+libswd-9f58ef3a581ff850b1c9c248e7dc30f472fc4df1.tar.bz2
openocd+libswd-9f58ef3a581ff850b1c9c248e7dc30f472fc4df1.tar.xz
openocd+libswd-9f58ef3a581ff850b1c9c248e7dc30f472fc4df1.zip
more error handling and removed force breakpoints as that is handled by a more generic gdb command
git-svn-id: svn://svn.berlios.de/openocd/trunk@1125 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target/xscale.h')
-rw-r--r--src/target/xscale.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/target/xscale.h b/src/target/xscale.h
index c9a6ea20..e3bfcec6 100644
--- a/src/target/xscale.h
+++ b/src/target/xscale.h
@@ -121,7 +121,6 @@ typedef struct xscale_common_s
int external_debug_break;
/* breakpoint / watchpoint handling */
- int force_hw_bkpts;
int dbr_available;
int dbr0_used;
int dbr1_used;