From 99b10c16afa405e76defbfd30b21296cbd4fa624 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Sat, 8 Sep 2012 23:45:18 +0200 Subject: merge armdebug d881039 --- AT91SAM7S256/armdebug/Debugger/debug_test.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'AT91SAM7S256/armdebug/Debugger/debug_test.h') 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); /*@}*/ -- cgit v1.2.3