aboutsummaryrefslogtreecommitdiff
path: root/Debugger/debug_stub.h
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-03-23 09:38:14 +0800
committerTat-Chee Wan (USM)2011-03-23 09:38:14 +0800
commitc5319c87759fe9734b6d1433fc2f96f27c0ad828 (patch)
tree66d9e6945112fc16f4f0bfa0b9f9d1df0f21c6d6 /Debugger/debug_stub.h
parentcf0bf1c74c61c8bc4f3c74a9a92dc482be13d531 (diff)
more gdb request response cleanup
Diffstat (limited to 'Debugger/debug_stub.h')
-rw-r--r--Debugger/debug_stub.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Debugger/debug_stub.h b/Debugger/debug_stub.h
index dd71a16..b61735b 100644
--- a/Debugger/debug_stub.h
+++ b/Debugger/debug_stub.h
@@ -228,6 +228,7 @@
ENUM_BEGIN
ENUM_VALASSIGN(DBG_RESET, 0) /**< Initial State. */
ENUM_VAL(DBG_INIT) /**< Debugger Initialized. */
+ENUM_VAL(DBG_CONFIGURED) /**< Debugger has been configured by GDB Server */
ENUM_VAL(DBG_MANUAL_BKPT_ARM) /**< Manual ARM Breakpoint. */
ENUM_VAL(DBG_NORMAL_BKPT_ARM) /**< Normal ARM Breakpoint (Single Step, Normal). */
ENUM_VAL(DBG_MANUAL_BKPT_THUMB) /**< Manual Thumb Breakpoint. */