aboutsummaryrefslogtreecommitdiff
path: root/AT91SAM7S256/armdebug/Debugger/debug_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'AT91SAM7S256/armdebug/Debugger/debug_test.h')
-rw-r--r--AT91SAM7S256/armdebug/Debugger/debug_test.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/AT91SAM7S256/armdebug/Debugger/debug_test.h b/AT91SAM7S256/armdebug/Debugger/debug_test.h
index 1c004e7..b8e6634 100644
--- a/AT91SAM7S256/armdebug/Debugger/debug_test.h
+++ b/AT91SAM7S256/armdebug/Debugger/debug_test.h
@@ -24,10 +24,22 @@
/** @defgroup debug_public */
/*@{*/
+/**
+ * Insert ARM Breakpoint instruction into code stream
+ */
FUNCDEF void dbg__test_arm_bkpt(void);
+/**
+ * Insert Thumb Breakpoint instruction into code stream
+ */
FUNCDEF void dbg__test_thumb_bkpt(void);
+/**
+ * Dummy function for testing ARM instruction stepping
+ */
FUNCDEF void dbg__test_arm_instrstep(void);
+/**
+ * Dummy function for testing Thumb instruction stepping
+ */
FUNCDEF void dbg__test_thumb_instrstep(void);
/*@}*/