aboutsummaryrefslogtreecommitdiff
path: root/src/target/target_type.h
diff options
context:
space:
mode:
authorHeythem Bouhaja <heythem.bouhaja@stericsson.com>2011-05-09 10:40:35 +0200
committerØyvind Harboe <oyvind.harboe@zylin.com>2011-08-30 18:27:52 +0200
commitc8926d14579528bfcead1e179baf7cb846513db4 (patch)
tree55178d309c388abdcd8a5f3f9449298af00947c2 /src/target/target_type.h
parente175f027151b11549dba56d8892977ee2ae8aa5d (diff)
downloadriscv-openocd-c8926d14579528bfcead1e179baf7cb846513db4.zip
riscv-openocd-c8926d14579528bfcead1e179baf7cb846513db4.tar.gz
riscv-openocd-c8926d14579528bfcead1e179baf7cb846513db4.tar.bz2
cortex_a hybrid & context breakpoints
Diffstat (limited to 'src/target/target_type.h')
-rw-r--r--src/target/target_type.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/target/target_type.h b/src/target/target_type.h
index 6059c40..fc062da 100644
--- a/src/target/target_type.h
+++ b/src/target/target_type.h
@@ -148,6 +148,8 @@ struct target_type
* Upon GDB connection all breakpoints/watchpoints are cleared.
*/
int (*add_breakpoint)(struct target *target, struct breakpoint *breakpoint);
+ int (*add_context_breakpoint)(struct target *target, struct breakpoint *breakpoint);
+ int (*add_hybrid_breakpoint)(struct target *target, struct breakpoint *breakpoint);
/* remove breakpoint. hw will only be updated if the target
* is currently halted.