aboutsummaryrefslogtreecommitdiff
path: root/AT91SAM7S256/armdebug/Debugger/debug_test.h
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-08-08 09:04:24 +0800
committerTat-Chee Wan (USM)2011-08-08 09:04:24 +0800
commit627bfbd9b437abf97a3609469f989f1a171975a8 (patch)
tree0fd28561c48b5d1ec03679f60248dc0efb851b34 /AT91SAM7S256/armdebug/Debugger/debug_test.h
parent9d56c34fdd00926936b019ee34b648fbc74a0575 (diff)
parent2d73bfd4a555acbb40523a02fa2dc9043e5f0444 (diff)
Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebug
Diffstat (limited to 'AT91SAM7S256/armdebug/Debugger/debug_test.h')
-rw-r--r--AT91SAM7S256/armdebug/Debugger/debug_test.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/AT91SAM7S256/armdebug/Debugger/debug_test.h b/AT91SAM7S256/armdebug/Debugger/debug_test.h
index 6680f58..1c004e7 100644
--- a/AT91SAM7S256/armdebug/Debugger/debug_test.h
+++ b/AT91SAM7S256/armdebug/Debugger/debug_test.h
@@ -27,6 +27,9 @@
FUNCDEF void dbg__test_arm_bkpt(void);
FUNCDEF void dbg__test_thumb_bkpt(void);
+FUNCDEF void dbg__test_arm_instrstep(void);
+FUNCDEF void dbg__test_thumb_instrstep(void);
+
/*@}*/
#endif