aboutsummaryrefslogtreecommitdiff
path: root/Debugger/debug_test.h
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-07-05 11:23:30 +0800
committerTat-Chee Wan (USM)2011-07-05 11:23:30 +0800
commit0a17d7ae48b32cce9e9c7e7de80610ae429c7e26 (patch)
tree8946d9f84baf1acd8edc385cde643c0279bb132f /Debugger/debug_test.h
parentf8c74550cf2a06f62499e4abbcd1c82afb9a3d42 (diff)
added gdb step command execution example routine
Diffstat (limited to 'Debugger/debug_test.h')
-rw-r--r--Debugger/debug_test.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Debugger/debug_test.h b/Debugger/debug_test.h
index 6680f58..1c004e7 100644
--- a/Debugger/debug_test.h
+++ b/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